Skip to main content
POST
Create a new team for an organisation

Authorizations

Authorization
string
header
required

Path Parameters

organisation_id
integer
required

UID of an organisation

Example:

2

Body

application/json
Name
string

Name of a team

Example:

"Partner Team A"

Response

200 - application/json

OK

Name
string

Name of this team

Example:

"Default Organisation All users"

ID
integer

UID of this team

Example:

11

CreatedAt
string

Date-time when a team is created

Pattern: ^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$
Example:

"2023-06-23 21:02"

UpdatedAt
string

Date-time when a team was updated the last time

Pattern: ^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$
Example:

"2023-06-23 21:02"

Users
string[]

Users included in this organisation. For newly created organisation will an empty array

User ID