User unbind organization

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

Pass in the user ID list, organization ID, and unbind the specified user ID under the organization.

API address

POST: /v1.0/iot-03/organizations/{org_id}/actions/unbind-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/141442377118758****/actions/unbind-users
{ "uids": "bay1625728257583sdlM" }

Return example

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

Error code

For more information, see error code.