Last Updated on : 2023-07-06 08:15:17download
Query the information about all the users under a specific organization.
GET: /v1.0/iot-03/idaas-prod/spaces/{space_id}/organizations/{organization_code}/users
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
organization_code | String | uri | true | The identifier of a specified organization. |
space_id | String | uri | true | The ID of a specified space. |
role_code | String | query | false | The identifier of a specified role. |
Parameter name | Type | Description |
---|---|---|
result | List | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
uid | String | The identifier of a specified user. |
username | String | The username. |
remark | String | The remarks. |
space_id | String | The ID of a specified space. |
gmt_create | Long | The time when it is created. |
gmt_modified | Long | The time when it is modified. |
type | Integer | The user type.
|
GET: /v1.0/idaas-prod/spaces/140033534654939****/organizations/Acode/users
{
"result": [
{
"gmt_create": "1622775600000",
"remark": "Remarks",
"gmt_modified": "1622775600000",
"type": 0,
"uid": "052533b7bf1d41c78505e421daa3f29a",
"space_id": "1400335346549391440",
"username": "username"
}
],
"t": 1629272469492,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback