Zitadel Preview Docs

Get team

Returns the current state of a team.

GET
/teams/{team_id}

Returns the current state of a team.

Authorization

oauth2 teams.read
AuthorizationBearer <token>

In: header

Scope: teams.read

Path Parameters

team_id*string

Query Parameters

project_id*string

The unique identifier of the project

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/teams/river-8421?project_id=river-8421"
{  "id": "string",  "createdAt": "2019-08-24T14:15:22Z",  "updatedAt": "2019-08-24T14:15:22Z"}
{  "code": "string",  "message": "string",  "details": {}}
{  "code": "string",  "message": "string",  "details": {}}
{  "code": "string",  "message": "string",  "details": {}}