Skip to content

List

GET
/teams

Get all teams.

Authorizations

Responses

200

List of teams.

Array<object>

Team model

object
id

The unique identifier of the team.

integer
name

The name of the team.

string
description

The description of the team.

string
personal_team

Whether the team is personal or not.

boolean
created_at

The date and time the team was created.

string
updated_at

The date and time the team was last updated.

string
show_boarding

Whether to show the boarding screen or not.

boolean
custom_server_limit

The custom server limit.

string
members

The members of the team.

Array<object>

User model

object
id

The user identifier in the database.

integer
name

The user name.

string
email

The user email.

string
email_verified_at

The date when the user email was verified.

string
created_at

The date when the user was created.

string
updated_at

The date when the user was updated.

string
two_factor_confirmed_at

The date when the user two factor was confirmed.

string
force_password_reset

The flag to force the user to reset the password.

boolean
marketing_emails

The flag to receive marketing emails.

boolean

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.