Structure
The User type consists of several attributes associated with a user:
- Login: Login of the user
- ID: User’s internal unique identifier
- Type: Type of user. Can be CaptureUser or DMSUser
Example
{
login : "Admin",
id : "5ad8af3cb56fef36703d56a9",
type : "CaptureUser"
}