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"
}
}
}