Click or drag to resize

IUser Interface

Contains the User operations exposed by the API service.

Namespace: Severa.API
Assembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0
Syntax
public interface IUser

The IUser type exposes the following members.

Methods
 NameDescription
Public methodAddNewUser Adds a new User.
Public methodDisableUser Disables an existing User
Public methodEnableUser Activates and existing User.
Public methodGetAllUsers Gets all Users of the organization.
Public methodGetUserByCode Get User by code.
Public methodGetUserByGUID Gets User by GUID.
Public methodGetUserByName Gets an User by name.
Public methodGetUsersByGUIDs Gets Users by GUIDs.
Public methodGetUsersByUserKeywords Gets Users by tags (keywords).
Public methodGetUsersChangedSince Gets Users that have been inserted or updated on the given time period.
Public methodUpdateUser Updates an existing User.
Top
See Also