Filtering team members
Below is a list of attributes available for filtering team members.
Attribute
Type
firstName
string
lastName
string
role
string
Example - Get all team member for one role
In the example below, we will request to get all team members with the role of analyst
.
curl -X GET https://api.complycube.com/v1/teamMembers?role=analyst \
-H 'Authorization: <YOUR_API_KEY>'
Last updated
Was this helpful?