Exposes the methods for retrieving information about Relativity users.
Namespace: Relativity.Services.Interfaces.UserInfo
Assembly: Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
The IUserInfoManager type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CreateAsync |
Adds a single user to Relativity.
|
![]() | DeleteAsync |
Deletes a user.
|
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetAvailableTypesAsync |
Gets all possible types for the User
|
![]() | ReadAsync(Int32) |
Retrieves all metadata for a user, including its Relativity access, name, email, and other properties.
|
![]() | ReadAsync(Int32, Boolean, Boolean) |
Retrieves advanced metadata for a user, including their Relativity access, name, email, and other properties.
|
![]() | ReadSettingsAsync() |
Retrieves settings for the current user, including their name, email, and other properties.
|
![]() | ReadSettingsAsync(Boolean, Boolean) |
Retrieves settings for the current user, including their name, email, and other properties.
|
![]() | RetrieveAll |
Gets a list of all users and their information for a given workspace.
|
![]() | RetrieveUsersBy |
Gets a list of users and their information, and supports filtering, ordering, and paging these results.
|
![]() | UpdateAsync(UserSettingRequest) |
Modifies the user setting properties of the current user.
|
![]() | UpdateAsync(Int32, UserRequest) |
Modifies the properties of a user.
|
![]() | UpdateAsync(UserSettingRequest, DateTime) |
Modifies the user setting properties of the current user.
|
![]() | UpdateAsync(Int32, UserRequest, DateTime) |
Modifies the properties of a user.
|
See Also