Add Member
Add a user to the organization. User must already exist.
Requires direct membership: this seats a member with no invite handshake, so partner-via-partner access must not be able to inject members into a managed client org (it would route members in without their consent). A partner seats real users through the invite flow instead.
Authentifizierung
bearerAuth API token generated from the fastmon dashboard (Account → API Token) or at organization level (fmo_…, one that outlives its creator). Send as Authorization: Bearer fm_... or paste the full token (including its prefix) into the Authorize dialog.
In: header
Pfad-Parameter
uuidRequest-Body
application/json
Response-Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/organizations/497f6eca-6276-4993-bfeb-53cbbbba6f08/members" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "user_id": "a169451c-8525-4352-b8ca-070dd449a1a5", "email": "string", "full_name": "string", "role": "owner", "totp_enabled": false, "created_at": "2019-08-24T14:15:22Z"}