User-bound organization

Last Updated on : 2023-06-21 07:13:08download

Pass in a collection of user IDs, organization IDs, and bind multiple users to the organization.

API address

POST: /v1.0/iot-03/organizations/{org_id}/actions/bind-users

Request parameter

Parameter name Type IN Required Description
org_id String uri true Organization ID

Return parameter

Parameter name Type Description
result Boolean Successfully returns true, failure returns false.

Request example

POST: /v1.0/iot-03/organizations/1414423999978479616/actions/bind-users
{ "uids": "bay1625728257583sdlM" }

Return example

{ "result": true, "t": 1626078071573, "success": true }

Error code

For more information, see error code.