Accounts
Get account information
Get information about an account. For members user_id can only be self. For admin it can be either self, or a user_id of any corporate member. (Permitted scopes: fax:all:read, fax:member:read, fax:user:read)
GET
/
accounts
/
{user_id}
Authorizations
Authorization
string
headerrequiredOAuth2 Authorization Grant
Path Parameters
user_id
string
default: selfrequiredUser ID to get information about. For your own account use 'self'
Response
200 - application/json
User account model
account_type
enum<string>
requiredAccount type which could be corporate_admin, individual, etc
Available options:
corporate_admin
, individual
, corporate_member
creation_date
string
requiredCreation date in UTC. Format: YYYY-MM-DD HH:mm:ss
email
string
requiredAccount email address
status
enum<string>
requiredYour account status which could be active, inactive etc
Available options:
active
, unverified_phone
, suspended
, disabled
, inactive
, deleted
, corporate_deleted
, waiting_for_signup
uid
string
requiredUser ID of current user
account_data
object
last_password_modification_date
string
The date on which you have changed your password
lastname
string
Your last name
member_of
string[]
List of user ids that you are member of.
name
string
Your first name
notifications
object
Account notification settings
phone
string
Your account phone number
profile_image
string
Profile image path
settings
object
Account settings