v1
latestOpenAPI 3.0.02026-08-06165119238.1 KBAccount
Update an account
Updates an account.
put/v3/accounts/{id}
Path parameters
idstring required
Unique Account identifier
Request body
Example request
{
"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"
}Response
Created