Skip to main content

RotateAccessKeyRequest

user_idstringrequired

ID of the user for whom the access key is being updated

idstringrequired

Access key ID

user_roleOrgMembership (string)

Role of the user in the organization. Controls what the user can do through the Partner API management endpoints.

  • Admin: Full org access. Can list and manage all access keys in the org, update org settings, and manage users. ListAccessKeys returns all keys in the org.
  • Member: Standard access. Can only manage their own access keys. ListAccessKeys returns only keys owned by this user.

If omitted, defaults to Member behavior.

Possible values: [Admin, Member]

RotateAccessKeyRequest
{
"user_id": "string",
"id": "string",
"user_role": "Admin"
}