User Management > Teams

Update a Team

Update a Team for a given Account.

patch/1/accounts/{account}/teams/{team}

Path parameters

accountinteger required

Unique identifier of the Account

teaminteger required

Unique identifier of the Team

Request body

colorinteger
namestring

Name of the resource Team

owned_by_idinteger

Unique identifier of the user that owned the resource Team

owned_by_idsinteger[] nullable

Array of user IDs who are owners of the team

Response

OK

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.