UserManagerServices Methods Ingeniux CMS Web Services API

The UserManagerServices type exposes the following members.

Methods

  Name Description
Public method CreateNewGroup
Creates a new User Group
Public method CreateNewUser
Creates a new User
Public method DeleteGroups
Deletes a collection of User Groups.
Public method DeleteUsers
Deletes a collection of Users. This will automatically remove their membership from their belonging User Groups too.
Public method 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.
Public method GetSettings
Retrieves the settings of Users email notifications settings
Public method GetSingleGroup
Retrieves the full details of a single User Group by its unique Id
Public method GetSingleUser
Retrieves the full details of a single User by its User Id.
Public method 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
Public method RemoveGroupRole
Removes a single Group Role
Public method 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.
Public method SaveSingleGroup
Updates an existing User Group with new data
Public method SaveSingleUser
Updates an existing User with new data
Public method SetSettings
Updates the settings on Users email notifications
Top
See Also

Reference