Create Team
Create a new team. The authenticated user will automatically become the team owner.Endpoint
Headers
Bearer token for authentication
Request Body
Team name (max 50 characters)
Response
Team UUID
Team name
Unique access code for inviting members (format:
team_ + 16 random characters)ISO 8601 timestamp of creation
Example Request
Example Response
Access Code
TheaccessCode returned in the response can be used to invite members to join the team. Share this code with users who should have access to the team.
The user who creates the team automatically becomes the team owner with full permissions. You can later add more members using the Add Team Member endpoint.