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 assigned to the user in the organization

Possible values: [Admin, Member]

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