interface ListUsersForOrganizationInput {
    orgId: string;
    query?: PaginatedQuery;
}

Properties

Properties

orgId: string

Generated using TypeDoc