IAM Reseller Users
Create a new user
Create a new user with client. The user and client will be activated automatically.
post/iam/users
Request body
Response
OK.
Example response
{
"groups": [
{
"id": 1,
"name": "Administrators"
}
],
"client_and_roles": [
{
"user_roles": [
"2"
]
}
]
}