UsersOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class UsersOperationsExtensions
type UsersOperationsExtensions = class
Public Module UsersOperationsExtensions
Inheritance
UsersOperationsExtensions
Methods
CreateUser(IUsersOperations, MicrosoftGraphUser)
CreateUserAsync(IUsersOperations, MicrosoftGraphUser, CancellationToken)
DeleteUser(IUsersOperations, String, String)
DeleteUserAsync(IUsersOperations, String, String, CancellationToken)
GetMyProfile(IUsersOperations)
GetMyProfileAsync(IUsersOperations, CancellationToken)
GetUser(IUsersOperations, String, String, IList<String>, IList<String>)
GetUserAsync(IUsersOperations, String, String, IList<String>, IList<String>, CancellationToken)
ListUser(IUsersOperations, String, Nullable<Int32>, Nullable<Int32>, String, String, Nullable<Boolean>, IList<String>, IList<String>, IList<String>)
ListUserAsync(IUsersOperations, String, Nullable<Int32>, Nullable<Int32>,
String, String, Nullable<Boolean>, IList<String>, IList<String>,
IList<String>, CancellationToken)
UpdateUser(IUsersOperations, String, MicrosoftGraphUser)
UpdateUserAsync(IUsersOperations, String, MicrosoftGraphUser, CancellationToken)
Applies to