Request ‒ Users/UnblockUser
Property | Type | Description | Mandatory |
---|
userId | String | The identifier of the User to be unblocked. This is the unique identifier automatically assigned by IoT Platform when a User is created. This userId is returned in the response of the Users/Post. | Y |
Example JSON Users/UnblockUser Request
curl -X POST \
https://api.stg.axonize.com/odata/users/unblockuser \
-H ‘Cache-Control: no-cache’ \
-H ‘Content-Type: application/json’ \
-H ‘appId: be517433-c4b8-4748-9258-1b1234567890’ \
-H ‘Authorization: Token’ \
-d ‘{
“userId”: “auth0|585163207ba1a03b373fd628”
}