User Management > Teams

Create a Team

Create a Team for a given Account.

post/1/accounts/{account}/teams

Path parameters

accountinteger required

Unique identifier of the Account

Request body

colorinteger
namestring required

Name of the resource Team

owned_by_idinteger

Unique identifier of the user that owned the resource Team

owned_by_idsinteger[]

Array of user IDs who are owners of the team

user_idsinteger[]

Response

Created

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "permissions": [
      {
        "service_name": "swiss_backup"
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.