Create a Team
Create a Team in an Organization. A Team is a group of users that have the same set of permissions in an Organization or Workspace.
Path parameters
organizationId
The ID of the Organization where the Team is created.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
The Team's name.
description
The Team's description.
memberIds
The list of IDs for users to add to the Team.
organizationRole
The Team's Organization role.
Allowed values:
Response
OK
createdAt
The time when the Team was created in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
.
id
The Team's ID.
isIdpManaged
Whether the Team is managed by an identity provider (IdP).
name
The Team's name.
organizationId
The ID of the Organization to which the Team belongs.
organizationRole
The Team's Organization role.
Allowed values:
updatedAt
The time when the Team was last updated in UTC, formatted as YYYY-MM-DDTHH:MM:SSZ
.
createdBy
deploymentRoles
The Team's role in each Deployment it belongs to.
description
The Team's description.
rolesCount
The number of roles the Team has.
updatedBy
workspaceRoles
The Team's role in each Workspace it belongs to.