Retrieve an account

Retrieves an account.

Request
path Parameters
id
required
string

Unique Account identifier

Responses
200

OK

get/v3/accounts/{id}
Response samples
application/json
{
  • "company_id": "123456789ABCD",
  • "name": "Account name",
  • "number_of_seats": 5,
  • "allow_oversubscription": true,
  • "notify_when_account_oversubscribed": true,
  • "notify_on_each_registration_when_account_is_oversubscribed": true,
  • "registration_code": "Registration code",
  • "on_premises_ips": "125.124.143.24",
  • "premises_tags": "[\"gold-tier\", \"university\"]",
  • "session_limit": 10,
  • "session_limit_behaviour": "PREVENT_LOGIN"
}