v54

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-044240919.6 KB
RgwUserAccounts

Update RGW account info

    Modifies an account

    :param account_id: Account identifier
    :return: Returns modified account resource.
    :rtype: Dict[str, Any]
    
put/api/rgw/accounts/{account_id}

Path parameters

account_idstring required

Account id

Request body

account_namestring required

Account name

daemon_namestring

Name of the daemon

emailstring

Email

max_access_keysinteger

Max access keys

max_bucketsinteger

Max buckets

max_groupinteger

Max groups

max_rolesinteger

Max roles

max_usersinteger

Max users

tenantstring

Tenant

Response

Resource updated.

object required