AddSubUser
Creates a subuser.
Allowed roles: Owner.
Example request: Create a new subuser for account_id = 1.
Authentication
AuthorizationBearer
Voximplant Management API uses signed JWT tokens generated from your service-account private key. Pass the token in the `Authorization` header as a Bearer value:
```
Authorization: Bearer $VOXIMPLANT_TOKEN
```
See [Authorization](/api-reference/management-api/authorization) for ready-to-copy snippets in bash, Python, Node.js and Go that turn your `credentials.json` into a token.
Query parameters
new_subuser_name
The new subuser login for management api authentication, should be unique within the Voximplant account. The login specified is always converted to lowercase
new_subuser_password
The new subuser password. Must be at least 8 characters long and contain at least one uppercase and lowercase letter, one number, and one special character
role_id
The role id list separated by semicolons (;)
role_name
The role name list separated by semicolons (;)
description
Description of a new subuser
Response
Successful response
result
The [AddSubUser] function result.