platform

Add Organization Member

Add an existing Auth0 user to an organization.

Requires editor on the members-organizations module instance (derived from the POST method by the parent router gate). The user must already exist in the connected Auth0 tenant; they are added to the organization in both Auth0 (the source of truth) and FGA, and the resolved user record is returned. Use POST /api/platform/users instead to provision a brand-new user.

post/api/platform/organizations/{org_id}/members

Path parameters

org_idstring required

Request body

userIdstring required

Response

Successful Response

userIdstring required
emailstring nullable
namestring nullable
picturestring nullable
loginCountinteger
lastLoginstring nullable
createdAtstring nullable
linkedSubsstring[]

Changes

No recorded changes to this endpoint across all 1 revision of this API.