Last Updated on : 2023-06-21 07:13:07download
This topic describes the APIs of Query User Role.
Query the role information about a specified user.
GET: /v1.0/iot-03/users/{uid}/roles
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
uid | String | uri | true | The user ID. |
Parameter name | Type | Description |
---|---|---|
result | UserQueryRolesRes |
Description of result
Parameter name | Type | Description |
---|---|---|
roles | List | The role set. |
Description of roles
Parameter name | Type | Description |
---|---|---|
role_name | String | The name of a specified role. |
role_id | String | The ID of a specified role. |
remark | String | The description of a specified role. |
GET: /v1.0/iot-03/users/1xx/roles
{
"result": {
"roles": [
{
"remark": "remark",
"role_name": "test",
"role_id": "13946235031515054xxx"
}
]
},
"t": 1623772177934,
"success": true
}
See Error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback