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

string

The unique identifier for a team member.

firstName

string

The first name of this team member.

lastName

string

The last name of this team member.

role

string

The role of this team member. Valid values include:

  1. owner

  2. administrator

  3. developer

  4. analyst

  5. support-specialist

  6. view-only

createdAt

string

The date and time when the team member was created.

Last updated