Create a new team

Creating a new team with an optional parent Team ID for hierarchical structuring.

By default the team is initialized with a manual source.

Use the /teams endpoint to retrieve all teams the authenticated user has access to.

Requires the following permission:
jit.teams.write

Body Params

The fields describing the new team.

string
required
length ≥ 1

Team Name. This name must be unique in the organization

string

Description of the team.

boolean
Defaults to false

Indicates whether the team is visible in the platform.

string
length ≥ 1

Unique ID of the parent team associated with this team.

Use the /teams endpoint to retrieve all teams the authenticated user has access to.

members
array of strings

List of member names to set for this team. If provided, will replace all existing members.

Team Members
assets
array of objects

List of assets to associate with this team. If provided, will sync team assets.

Assets
Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json