Request ‒ Users/Get (List)
Property
Type
Description
Mandatory
appId
String
A unique Application identifier that is automatically generated by IoT Platform . This is the identifier of the Application to which this user is assigned.
This identifier is automatically generated by IoT Platform when the Application/Post request is used.
The Token or the Client ID/Client Secret used as the authentication in the request header specifies the application(s) to which this user is allowed access.
Y
Example JSON Users/Get (List) Request
curl -X GET \
https://api.stg.axonize.com/odata/users/ \
-H ‘Authorization: Token’ \
-H ‘Content-Type: application/json’ \
-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B22771E’