Add Member
POST
/api/org/users
Add or invite a new member to the organization.
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
TypeAPI Key (header: X-Api-Key)
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"
}
}