v1
Create Team
post/v1/teams
Request body
Example request
{
"name": "string",
"managers": [
{
"id": "string",
"email": "string"
}
],
"users": [
"string"
],
"sentInvitations": [
"string"
],
"areas": [
null
],
"layers": [
null
],
"confirmedUsers": [
{
"id": "string",
"email": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z"
}Response
Team response
Example response
{
"data": {
"attributes": {
"name": "string",
"managers": [
{
"id": "string",
"email": "string"
}
],
"users": [
"string"
],
"sentInvitations": [
"string"
],
"areas": [
null
],
"layers": [
null
],
"confirmedUsers": [
{
"id": "string",
"email": "string"
}
],
"createdAt": "2019-08-24T14:15:22Z"
}
}
}Changes
Changed in 3 of the 18 revisions of this API.4
- ○
endpoint deprecated
endpoint-deprecated
- ○
- ○
request property
deprecatedrequest-property-deprecated
- ○
response property
data/attributes/sentInvitationsdeprecatedresponse-property-deprecated
- ○
- ○
endpoint added
endpoint-added
- ○