Zitadel Preview Docs

Get team

Returns a Team by its id.

GET
/teams/{team_id}

Returns a Team by its id.

Authorization

oauth2 team.read
AuthorizationBearer <token>

In: header

Scope: team.read

Path Parameters

team_id*string

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/teams/team_01hexample"
{  "id": "string",  "name": "string",  "status": "active",  "created_at": "2019-08-24T14:15:22Z",  "updated_at": "2019-08-24T14:15:22Z"}
{  "code": "string",  "message": "string",  "details": {}}
{  "code": "string",  "message": "string",  "details": {}}
{  "code": "string",  "message": "string",  "details": {}}