# Retrieve account details Returns details of the specified user account. Endpoint: GET /accounts/{number} Version: 3.0.0 Security: SessionKey ## Path parameters: - `number` (string, required) Alphanumeric identifier of the user account ## Response 200 fields (application/json): - `self` (string) URI of the account resource - `number` (string) Immutable identifier attached to the account - `username` (string) Unique username attached to the account - `email` (string) Unique email address attached to the account - `role` (string) User role assigned to the account Enum: "customer", "support", "host", "administrator" - `verified` (boolean) True if the account email address has been verified, false otherwise - `activated` (boolean) True if the account is active, false if it has been deactivated - `firstName` (string) The account holder's forename - `lastName` (string) The account holder's surname - `title` (string) The account holder's formal title Enum: "Mr", "Mrs", "Ms", "Mx" - `dateOfBirth` (string) The account holder's date of birth - `phone` (string) The account holder's primary contact number - `country` (string) The country associated with the account (used for regionalisation) - `firstAddressLine` (string) The first line of the account holder's address - `secondAddressLine` (string) The second line of the account holder's address - `city` (string) The city portion of the account holder's address - `state` (string) The state, parish or district portion of the account holder's address - `preferences` (string) URI of the account's user preferences resource ## Response 403 fields (application/json): - `message` (string) Reason for the given response.