Get User by User Id
get
Get User by User Id
Resource URL
https://api-sandbox.arity.com/registration/v2/users/{userId}
Query Parameters
Name | Values | Description |
---|---|---|
limit |
Specifies the maximum number of records to return within the current page of results. |
|
offset |
Specifies the page of records to return. Zero based indexing (0 – Page 1, 1 – Page 2, et al.) |
Header Parameters
Name | Values | Description |
---|---|---|
Authorization
(required) |
Access Token |
userId UserId of user whose details to retrieve null true
Make a request and see the response.
Make a request and see the response.
Make a request and see the response.
Response Error Details
-
HTTP CodeError CodeDescription
-
400400
Bad Request response
-
401401
Unauthorized response
-
500500
Server Error response
Resource Summary |
|
Security |
None |
Category |
Users |
Name | Type | Description |
---|
Name | Type | Description |
---|---|---|
userId | string | id of the user that the device belongs to |
userActive | boolean | true, if the user is Active and false if the user is inactive |
products | array | products the user is registered to |
devices | array | List of devices the user is registered to |
devices[] .deviceId | string | id of the device |
devices[] .status | string | active or inactive |
Working...