| Method | Description |
|---|---|
| AddUserIfNotExist | Get the ID of the current user and create a database record if one does not exist. |
| FindUser | Get the ID of the user with the specified name. |
| GetAvailableQueues | Get the set of records listing the processing stages available to the user. |
| GetAvailableUsers | Get a list of users or groups allowed to process a specified stage. |
| GetProjectsForStationType | Find projects where a user has at least one role associated with a particular type of station. |
| GetProjectsForUser | Get information about the projects available to the user, based on access permissions. |
| GetRoles | Get the list of all roles in the project. |
| GetUser | Get information about the user, based on the user ID. |
| GetUserRoles | Get the list of IDs of the user roles available to the current user in the given project. |
| GetUsers | Get the list of users. |
| GetUserStatistics | Get a set of records listing the number of batches, documents, and pages whose state changed to processed for a given period of time. |
| HasRightsForBatchType | Check whether the specified user role has access permissions to a certain batch type. |
Users
Users
Reference to the ABBYY FlexiCapture web services API methods for working with user accounts: find users, list roles, check rights, and retrieve user statistics.
The following web services API methods work with user accounts, roles, and access permissions.
