User Management > Accounts

List basic teams information of an account.

get/1/accounts/{account_id}/basic/teams

Path parameters

account_idinteger required

Unique identifier of the Account to request.

Query parameters

withstring

Optional : Allows loading additional data about a resource, which may include related resources.

Response

OK

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

Result of the HTTP request

datastring

Example response

{
  "result": "success"
}

Changes

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