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
Response
Created
Example response
{
"result": "success",
"data": {
"permissions": [
{
"service_name": "swiss_backup"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.