# User List

Get general information on your user settings and activity.

Endpoint: GET /v3/REST/user
Version: 1.0.0
Security: basicAuth

## Query parameters:

  - `IsActivated` (boolean)
    Only retrieve user resources for which IsActivated equals the specified value.

  - `NewEmail` (string)
    New email address pending confirmation.

  - `UserName` (string)
    Only retrieve users where Username matches the specified value.

## Response 200 fields (application/json):

  - `Count` (integer)
    Indicates the number of objects in the Data array.

  - `Data` (array)
    A JSON array containing a list of objects returned by this endpoint.

  - `Data.CreatedAt` (string)
    Timestamp indicating when this user was created.

  - `Data.FirstIp` (string)
    The IP address first used to access this user.

  - `Data.ID` (integer)
    Unique numeric User ID.

  - `Data.LastIp` (string)
    The IP address last used to access this user.

  - `Data.MaxAllowedAPIKeys` (integer)
    The maximum allowed number of API Keys that can be created for this user.

  - `Data.Username` (string)
    This user's username. By default the username will be a combination of the first and last name registered in the user's profile - e.g. "John Smith".

  - `Data.WarnedRatelimitAt` (string)
    Timestamp indicating when this user was last warned about hitting their rate limit.

  - `Data.ACL` (string)
    Access Control List. Indicates permissions attached to a resource.

  - `Data.Email` (string)
    This user's email address.

  - `Data.LastLoginAt` (string)
    Timestamp indicating when this user was last logged into.

  - `Data.Locale` (string)
    Language settings for this user.

Possible values:

- en_US
- en_GB
- en_EU
- de_DE
- fr_FR
- es_ES
- it_IT
- pt_PT
- pt_BR
- da_DK
- sv_SE
- nl_NL

Default value: en_US

  - `Data.Timezone` (string)
    Time zone selected for this user.

Default value: etc/UTC

  - `Total` (integer)
    Indicates the number of objects in the Data array.


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 429 fields

## Response 500 fields
