public abstract IAsyncEnumerable<IReadOnlyUserProfile> GetAllUserProfilesAsync(bool includeInactive = True, bool includeBuiltIn = False)
Returns:
IAsyncEnumerable<IReadOnlyUserProfile>

Parameters

includeInactive bool
includeBuiltIn bool
In this article