Last Updated on : 2023-06-15 05:49:06
Pass in a collection of user IDs, organization IDs, and bind multiple users to the organization.
POST: /v1.0/iot-03/organizations/{org_id}/actions/bind-users
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
org_id | String | uri | true | Organization ID |
Parameter name | Type | Description |
---|---|---|
result | Boolean | Successfully returns true, failure returns false. |
POST: /v1.0/iot-03/organizations/1414423999978479616/actions/bind-users
{
"uids": "bay1625728257583sdlM"
}
{
"result": true,
"t": 1626078071573,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback