Directory API
Retrieve a list of people or a specific person by ID, with optional filters for email, first name, last name, or external ID.
Optional ID of the person to retrieve.
Optional email to filter people.
Optional first name to filter people.
Optional last name to filter people.
Optional external ID to filter people.
Number of items to skip for pagination.
0Maximum number of items to return.
25Field to sort by (e.g., email, first_name, last_name, external_id).
Sort order, 'asc' or 'desc'.
ascPossible values: OK
Bad Request
Create multiple new people in a single request.
Created
Bad Request
Update multiple existing people by their IDs.
OK
Bad Request
Not Found
Delete multiple people by their IDs.
OK
Bad Request
Not Found
Retrieve a list of teams or a specific team by ID, with optional filters for team name or external ID.
Optional ID of the team to retrieve.
Optional team name to filter teams.
Optional external ID to filter teams.
Number of items to skip for pagination.
0Maximum number of items to return.
25Field to sort by (e.g., team_name, external_id).
Sort order, 'asc' or 'desc'.
ascPossible values: Return total_members count and the first 10 members
OK
Bad Request
Create multiple new teams in a single request.
Created
Bad Request
Update multiple existing teams by their IDs.
OK
Bad Request
Not Found
Delete multiple teams by their IDs.
OK
Bad Request
Not Found
Retrieve a list of team members, with optional filters for team ID, person ID, or external ID.
The team ID to query
Number of items to skip for pagination.
0Maximum number of items to return.
25Field to sort by (e.g., team_id, people_id).
Sort order, 'asc' or 'desc'.
ascPossible values: Unique identifier of the members to filter
Email of the members to filter
First name of the members to filter
Last name of the members to filter
External identifier of the members to filter
OK
Bad Request
Add multiple members to teams in a single request.
Created
Bad Request
Not Found
Remove multiple members from teams.
OK
Bad Request
Not Found
Last updated
Was this helpful?