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

Changes

No recorded changes to this endpoint across all 57 revisions of this API.