Users
- 24 Jul 2024
- Print
- PDF
Users
- Updated on 24 Jul 2024
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
Information associated with a user.
Resource Overview
Endpoint | Definition |
GET/Users | Retrieve a list of users and associated information. |
POST/Users | Add a user. |
PUT/Users | Modify existing users. |
Attributes
Attribute | Description | Data Type | Notes |
---|---|---|---|
UserID | unique identifier for the user | integer | |
AllBranchAccess | indicates if the user has access to all branches | boolean | |
BranchAccess | list of the user's associated branch access | list of integer, string | |
ExternalContactReference | name of the external contact's reference. | string | |
ContactFirstName | first name of user contact | string | |
ContactLastName | last name of user contact | string | |
Active | indicates if the user is active | boolean | |
UserRoles | list of the user's role names and unique identifier of the roles | list of integer, string |
Was this article helpful?