52da037b98e9
latestOpenAPI 3.0.32026-08-12138294578.7 KBUsers
Create Current Org User
Creates a new user in the caller's current organization and assigns the requested permissions roles.
The new user receives an invitation email prompting them to set up their account. Role assignments take effect as soon as the invitation is accepted.
post/api/organization/users
Headers
X-Polytomic-Versionstring
Request body
Example request
{
"email": "mail@example.com",
"role": "admin",
"role_ids": [
"248df4b7-aa70-47b8-a036-33ac447e668d"
]
}Response
OK
Example response
{
"data": {
"email": "mail@example.com",
"role": "admin",
"role_ids": [
"248df4b7-aa70-47b8-a036-33ac447e668d"
]
}
}