Last Updated on : 2023-07-06 09:11:11download
Query the information about a specified user.
GET: /v1.0/iot-03/idaas/spaces/{space_id}/users/{uid}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
space_id | String | uri | true | The ID of a specified space. |
uid | String | uri | true | The user ID (UID). |
Parameter name | Type | Description |
---|---|---|
result | IdaasUserDTO |
Description of result
Parameter name | Type | Description |
---|---|---|
uid | String | The user ID (UID). |
username | String | The username. |
remark | String | The remarks. |
space_id | String | The ID of a specified space. |
GET: /v1.0/iot-03/idaas/spaces/8/users/user1
{
"result": {
"remark": "Remarks 1",
"uid": "bsh1615878415113IHBq",
"space_id": "1400762304747802670",
"username": "Role name 1"
},
"t": 1622808390024,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback