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+5e6f58e3edb88d6a1b6bcd1fb5c50970e5924e19
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