Create Team
POST
/teams
teams
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://appwrite.io/v1/teams' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"roles": [
"string"
]
}'
Response Response Example
{
"$id": "string",
"dateCreated": 0,
"name": "string",
"sum": 0
}
Request
Body Params application/json
Responses
Modified at 2023-08-16 07:28:14