Access Profile API
List Access Profiles
List all access profiles for a team.
get/v2/access-profiles
Query parameters
teamIdstring required
The ID of the team to list access profiles for.
The ID of the team to list access profiles for.
pageSizeinteger
Maximum number of access profiles to return (default 50, max 1000).
Maximum number of access profiles to return (default 50, max 1000).
pageTokenstring
Page token for pagination.
Page token for pagination.
workflowIdstring
When set, only return access profiles that gate this workflow (i.e. profiles whose grants include the workflow). The workflow must belong to the requested team.
When set, only return access profiles that gate this workflow (i.e. profiles whose grants include the workflow). The workflow must belong to the requested team.
Response
Success