Teams

Create a team

POST/api/teams

Creates a team with an access code and an owner. Administrators can specify a different user as the owner.

Headers

NameTypeDescription
AuthorizationrequiredstringAuthentication credentials, e.g. Bearer <token>.

Request body

NameTypeDescription
namerequiredstringDisplay name of the resource.
ownerIdstring
Example request

Responses

200The operation completed successfully.
NameTypeDescription
any[]any[]
200 example
400Bad request.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
400 example
401Unauthorized.
NameTypeDescription
errorrequiredobjectError details returned when the operation fails.
401 example

Code samples

cURL