User Details

GET {{baseUrl}}/user/detail?format={{format}}

Allows you to retrieve the details of a user who has authorized the token.

Response

KeyTypeDesacription
usernameStringEmail Address of User
firstNameStringFirst Name of User
lastNameStringFirst Name of User
firmStringBGL Short Code for Firm/BGL Licence

Request Params

KeyDatatypeRequiredDescription
formatstringOPTIONAL

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"userDetail":{"username":"info@bglcorp.com.au","firstName":"John","lastName":"Smith","firm":"abcaccountants"}}