Skip to main content
POST
Create Access Profile

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
teamId
string
required

The ID of the team to create the access profile for.

name
string
required

The name of the access profile.

description
string | null

A description of the access profile.

matchingCriteria
matching_criteria · object

The rules that determine which users this profile applies to.

grants
grants · object

The grants (entitlements and workflows) provided by this profile.

Response

Success

data
data · object

An access profile defines which entitlements are available to which groups of users, and which workflows apply.