User Management > Teams
Get a Team
Retrieve a Team for a given Account.
get/1/accounts/{account}/teams/{team}
Path parameters
accountinteger required
Unique identifier of the Account
teaminteger required
Unique identifier of the Team
Query parameters
withstring
Optional : Allows loading additional data about a resource, which may include related resources.
Response
OK
Example response
{
"result": "success",
"data": {
"permissions": [
{
"service_name": "swiss_backup"
}
]
}
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.