GET api_v2/AccountUserRoles/Get?accountUserId={accountUserId}
Получить типы ролей пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountUserId | ИД пользователя аккаунта |
Define this parameter in the request URI. |
Response Information
Типы ролей пользователя
Response body formats
application/xml, text/xml
Sample:
<ArrayOfInt> <int>1</int> <int>2</int> <int>3</int> </ArrayOfInt>
application/json, text/json
Sample:
[ 1, 2, 3 ]