User Details
GET {{baseUrl}}/user/detail?format={{format}}
Allows you to retrieve the details of a user who has authorized the token.
Response
Key | Type | Desacription |
---|---|---|
username | String | Email Address of User |
firstName | String | First Name of User |
lastName | String | First Name of User |
firm | String | BGL Short Code for Firm/BGL Licence |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
format | string | OPTIONAL |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"userDetail":{"username":"info@bglcorp.com.au","firstName":"John","lastName":"Smith","firm":"abcaccountants"}}