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.
Type
API Key (header: X-Api-Key)
Request Body
application/json
JSON "data": { "type": "members", "attributes": { "email": "string", "name": "string", "role": "string" } }
{
}
Responses
Member toegevoegd/uitgenodigd
application/vnd.api+json
JSON "data": { "memberId": "string", "userId": "string", "role": "string" }
{
}