Updates a user’s role.
Bearer authentication using an access token. Format: Bearer <access_token>
ChangeUserRoleRequest is the request for updating a user's role.
The unique ID of the operator user.
The unique ID of the user to update.
UserRole defines the roles a user can have within the system.
USER_ROLE_UNSPECIFIED, USER_ROLE_USER, USER_ROLE_ADMIN, USER_ROLE_SUPER_ADMIN A successful response.
ChangeUserRoleResponse is the response for updating a user's role.
User represents a user profile in the system.