Get info for a specific user
GET {{baseUrl}}/api/users/:id
Get information for a specific user. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header. You identify the user by specifying the user ID in the path of the request; you obtain the user ID using GET /users.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| fields | string | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-MSTR-AuthToken | string | (Required) Authorization token |