Create a team. To learn more, read Creating a team.
LaunchDarkly supports four fields for expanding the “Create team” response. By default, these fields are not included in the response.
To expand the response, append the expand query parameter and add a comma-separated list with any of the following fields:
members includes the total count of members that belong to the team.roles includes a paginated list of the custom roles that you have assigned to the team.projects includes a paginated list of the projects that the team has any write access to.maintainers includes a paginated list of the maintainers that you have assigned to the team.For example, expand=members,roles includes the members and roles fields in the response.
A comma-separated list of properties that can reveal additional information in the response. Supported fields are explained above.
A human-friendly name for the team
A human-friendly name for the team
Whether the team has been synced with an external identity provider (IdP). Team sync is available to customers on an Enterprise plan.
Paginated list of the custom roles assigned to this team. Only included if specified in the expand query parameter.
Details on the total count of members that belong to the team. Only included if specified in the expand query parameter.
Paginated list of the projects that the team has any write access to. Only included if specified in the expand query parameter.
Paginated list of the maintainers assigned to this team. Only included if specified in the expand query parameter.