Organization Member
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.
Loading API documentation...