Circle V2 API Docs
    Preparing search index...

    Type Alias User

    User: Pick<ProfileRow, "id" | "email" | "first_name" | "last_name" | "title"> & {
        entity_id: EntityId;
        entity_name: string;
        role: UserRole;
        user_id: UserId;
    }