IUsersOperations Interface

Definition

UsersOperations operations.

public interface IUsersOperations
type IUsersOperations = interface
Public Interface IUsersOperations

Methods

CreateWithHttpMessagesAsync(UserCreateParameters, Dictionary<String,List<String>>, CancellationToken)

Create a new user.

DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Delete a user.

GetMemberGroupsWithHttpMessagesAsync(String, UserGetMemberGroupsParameters, Dictionary<String,List<String>>, CancellationToken)

Gets a collection that contains the object IDs of the groups of which the user is a member.

GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets user information from the directory.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets a list of users for the current tenant.

ListWithHttpMessagesAsync(ODataQuery<UserInner>, Dictionary<String,List<String>>, CancellationToken)

Gets list of users for the current tenant.

UpdateWithHttpMessagesAsync(String, UserUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Updates a user.

Extension Methods

CreateAsync(IUsersOperations, UserCreateParameters, CancellationToken)

Create a new user.

DeleteAsync(IUsersOperations, String, CancellationToken)

Delete a user.

GetAsync(IUsersOperations, String, CancellationToken)

Gets user information from the directory.

GetMemberGroupsAsync(IUsersOperations, String, UserGetMemberGroupsParameters, CancellationToken)

Gets a collection that contains the object IDs of the groups of which the user is a member.

ListAsync(IUsersOperations, ODataQuery<UserInner>, CancellationToken)

Gets list of users for the current tenant.

ListNextAsync(IUsersOperations, String, CancellationToken)

Gets a list of users for the current tenant.

UpdateAsync(IUsersOperations, String, UserUpdateParameters, CancellationToken)

Updates a user.

Applies to