Organization

Create Organization Member

Create an organization member.

post/api/organization/{organization_id}/member

Path parameters

organization_idstring uuid required

Request body

emailstring required

Email address of the member.

rolestring required

Role of the member in the organization.

Response

Successful Response

organization_idstring uuid required
emailstring required

Email address of the member.

namestring required

Name of the member.

rolestring nullable

Optional role of the member in the organization.

Changes

Changed in 1 of the 3 revisions of this API.1

Of the 3 revisions, 1 has no diff computed.