Merchanter API v1.1 - User Accounts
Discover how to manage user accounts effectively with the Merchanter API v1.1, enhancing your integration and user experience.
Table of Contents
Accounts
-
GET operations
-
/Accounts/me – Retrieve information relating to the current user account
- Parameters – none
- Response schema & body (JSON)
-
/Accounts/me – Retrieve information relating to the current user account
| Attribute Name | Data Type | Max Length | Notes | Response Body (JSON) |
| ID | String | 20 | Object ID |
{ “ID”: “”, "Name": "", "FullName": "", “EmailAddress”: “”, "IsLocalUser": false, "IsMultiLedgerUser": false, "IsSharedLogin": false, "IsWebServiceUser": false } |
| Name | String | 100 | Shorter name of the user account | |
| FullName | String | 200 | Full name of the user account | |
| EmailAddress | String | 200 | ||
| IsLocalUser | Boolean | Is this a local (normal login) user account? | ||
| IsMultiLedgerUser | Boolean | Do we need to show the name of the user’s ledger in the user profile on screen? | ||
| IsSharedLogin | Boolean | User account to be accessed from a shared terminal? | ||
| IsWebServiceUser | Boolean | Is this a web service user account? |