Skip to content

Add Member

POST
/api/org/users

Add or invite a new member to the organization.

Request Body

application/json
JSON
{
"email": "string",
"name": "string",
"role": "string"
}

Responses

Member toegevoegd/uitgenodigd

application/vnd.api+json
JSON
{
"data": {
"memberId": "string",
"userId": "string",
"role": "string"
}
}

Playground

Body

Samples

Powered by VitePress OpenAPI

AstroAPI Documentation