Skip to main content
This interface defines the structure of the request body used when updating an existing Organization Member.
export interface UpdateOrganizationMemberRequest {
    role_id: string;
}

Properties

  • role_id (string): The updated role ID for the organization member.