Retrieve an account for V4

Retrieves an V4 account.

SecurityZephrHmacHttp
Request
path Parameters
account_id
required
string

Unique Account identifier V4

Responses
200

OK

404

Not Found

get/v4/accounts/{account_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"
}