---
title: "Organization Member"
description: "Read-only views over the members of your Fenerum organization."
url: https://www.fenerum.com/en-DK/docs/api/organization-member/
updated_at: "2026-05-18T00:00:00"
---
An **Organization Member** is a user account linked to your Fenerum organization — used for assignment (e.g., as an approver, account owner, or notification contact) and for identifying who made an API call.

This resource exposes two read-only views:

- **Available** — lists every member that can be assigned, useful for populating dropdowns in your UI.
- **Current** — returns the member tied to the API token making the request, so you can show "logged in as…" without storing user details client-side.

Membership itself is managed in the Fenerum app under Settings → Members; there are no `create` / `update` / `delete` endpoints for members via the API.

`GET /api/v1/organization-members/` (schema: https://app.fenerum.com/api/swagger/?format=openapi)

---

## Navigation

Up: [Subscription management & financial insights on autopilot](https://www.fenerum.com/en-DK/index.md) › [Documentation](https://www.fenerum.com/en-DK/docs.md) › [API Documentation](https://www.fenerum.com/en-DK/docs/api.md)

Full site index: https://www.fenerum.com/llms.txt
