User
Create a new User
Creates a new application User and sends them an invitation email.
post/users
Request body
Example request
{
"email": "john.doe@example.com",
"locale": "fr",
"workspaces": [
"9a93d3b5-fb3b-4abf-9e70-26315b33506c"
],
"phone_number": "+41446667700",
"job_title": "Employee"
}Response
Created
Example response
{
"id": "550e8402-e29b-41d4-a716-446655440000",
"email": "john.doe@example.com",
"locale": "fr",
"status": "completed",
"is_active": true,
"role": "member"
}