Create a new team.
Requires team:create_all permission (super admin only).
cURL
curl --request POST \ --url https://api.example.com/v1/teams/ \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": 123, "updated_at": 123, "description": "<string>" }
Model for creating a new team.
1 - 255
1000
Successful Response
Team domains model.
Was this page helpful?