v1

OpenAPI 3.0.1Apache 2.02026-07-135212282.4 KB
organizations

Add organization member

Add a new member to a specific organization.

post/api/v1/orgs/organizations/{org_id}/members/

Path parameters

org_idstring required

Unique identifier of the organization.

Request body

emailstring required

Email of the member to be added.

rolestring required

Role of the member in the organization.

Response

Member added successfully.

messagestring

Example response

{
  "message": "User added to the organization."
}