| UserManagerServices Methods | 
The UserManagerServices type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CreateNewGroup | 
            Creates a new User Group
             | 
|  | CreateNewUser | 
            Creates a new User
             | 
|  | DeleteGroups | 
            Deletes a collection of User Groups.
             | 
|  | DeleteUsers | 
            Deletes a collection of Users. This will automatically remove their membership from their belonging User Groups too.
             | 
|  | GetCurrentUserProfile | 
             Retrieves profile information of specific, or current, user
              | 
|  | GetGroupAssignmentsPaged | |
|  | GetGroupRoles | 
            Retrieves the collection of Group Roles. Group Roles are specific combination of User Rights.
            Their purpose is to offer fast and more convenient way to apply and finalize permission to a new User Group.
             | 
|  | GetGroupsPaged | |
|  | GetPossibleThemes | |
|  | GetSettings | 
            Retrieves the settings of Users email notifications settings
             | 
|  | GetSingleGroup | 
            Retrieves the full details of a single User Group by its unique Id
             | 
|  | GetSingleUser | 
            Retrieves the full details of a single User by its User Id.
             | 
|  | GetUserAssignmentsPaged | |
|  | GetUsersAndGroupsSimple | 
            Retrieves collection basic information of all Users and User Groups.
            User information is just Id and Name, Group information is Id, Name and collection of User's Ids
             | 
|  | GetUsersPaged | |
|  | RemoveGroupRole | 
            Removes a single Group Role
             | 
|  | SaveCurrentUserProfile | 
             Updates profile information of current user
              | 
|  | SaveGroupRole | 
            Creates or Updates a Group Role. If a Group Role with given name exists, its permissions are updated; Otherwise, new Group Role is created.
             | 
|  | SaveSingleGroup | 
            Updates an existing User Group with new data
             | 
|  | SaveSingleUser | 
            Updates an existing User with new data
             | 
|  | SetSettings | 
            Updates the settings on Users email notifications
             | 
 See Also
See Also