Circle V2 API Docs
    Preparing search index...

    Type Alias ListProfilesInOrganizationParams

    type ListProfilesInOrganizationParams = {
        entityId: EntityId;
        limit?: number;
        offset?: number;
        search?: string;
        userIds?: UserId[];
    }
    Index

    Properties

    entityId: EntityId
    limit?: number
    offset?: number
    search?: string
    userIds?: UserId[]