InterfaceFetchRelationshipsParams

interface FetchRelationshipsParams {
    id: readonly string[];
    withSuspended?: null | boolean;
}

Properties

Properties

id: readonly string[]

Array of account IDs to check

withSuspended?: null | boolean

Whether relationships should be returned for suspended users, defaults to false.