Skip to main content
POST
Create a new developer organisation

Authorizations

Authorization
string
header
required

Body

application/json
Name
string

Name of an organisation

Example:

"Default Organisation"

Response

200 - application/json

OK

CreatedAt
string

Date-time when a user 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 user is updated the last time

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

"2023-06-23 21:02"

ID
integer

UID of an organisation

Example:

1

Name
string

Name of an organisation

Example:

"Default Organisation"

Teams
object[]

Teams included in this organisation

Users
object[]

Users that are included in this organisation. For newly created organisation this field will be an empty array