v1

latestOpenAPI 3.0.02026-07-17142254986.7 KB
User

Join organization

Attach a user to an organization.

post/user/join-organization

Request body

userIdstring uuid required

User ID to join.

organizationIdstring uuid required

Organization ID to join.

Response

statusCodenumber required
typestring required
dataobject required

Object with endpoint-specific schema (see endpoint documentation).

Example response

{
  "statusCode": 200,
  "type": "Object"
}