User detail
GET https://{{base_url}}/v6/users/{{uid}}.json
User detail
Returns detailed information about a specific user. Requires that the user making the request has the API Access and View all users permissions.
Optional (querystring) Parameters
- format=json|xml optional, specifies the format of output requested. See Output Formats for more information
- aid={aid} optional, changes the account group context of the current request. If an invalid account group ID is specified as a parameter, the response will come back as an HTTP/400 error
Request
- uid={uid} unique ID for the user to query for detail.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |