Users
Creates a new user
post/users
Request body
Example request
{
"externalId": "user_ext_123",
"role": "admin"
}Response
Success
Example response
{
"data": {
"externalId": "user_ext_123",
"role": "admin"
}
}Creates a new user
{
"externalId": "user_ext_123",
"role": "admin"
}Success
{
"data": {
"externalId": "user_ext_123",
"role": "admin"
}
}