Team Members
Programatically retrieve team member details to empower process automation.
A team member object provides information on your team members. Team members can be added and managed through the Web Portal (Team Settings).
Each team member will be assigned a role, with associated permissions, to enable controlled segregation of duties. Learn more about ComplyCube user roles and permission.
When a team member conducts an auditable action using the Web Portal, or optionally through the API if a member ID is provided, ComplyCube will record the team member's ID against the relevant resource and audit logs.
Typically, auditable actions include the creation, update, validation, or deletion of a core resource. All actions and transition in states can be traced using the Audit Logs endpoint.
The Team Member Object
Attribute | Type | Description |
id |
| The unique identifier for a team member. |
firstName |
| The first name of this team member. |
lastName |
| The last name of this team member. |
role |
| The role of this team member. Valid values include:
|
createdAt |
| The date and time when the team member was created. |
Last updated