IUserRepository public interface IUserRepository : IRepository, IContextualInformation Data repository for reading Relativity Users. Documentation IEnumerable<IUserFieldInfo> GetAllUserFieldValues() Gets all the users for the workspace that can be selected for a user field. IUserFieldInfo GetUserFieldValue(int workspaceUserID) Get the IUserFieldRef for a user.