UsersOperationsExtensions Class

Definition

Extension methods for UsersOperations.

public static class UsersOperationsExtensions
type UsersOperationsExtensions = class
Public Module UsersOperationsExtensions
Inheritance
UsersOperationsExtensions

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