You can use this endpoint to retrieve a list of users from our software.
Name | Type | Required | Description |
---|---|---|---|
p_companyID | string | Yes | The security code you have been provided with, string (32) |
p_InfoField | string | Yes | The infofield on which we will make the search to retrieve the users (info1, info2, info3, ... info14) |
p_InfoFieldValue | string | No | The infofield value on which the search is made. If no value is provided we will retrieve all the users that have the p_InfoField value as empty. If a value is provided we will retrieve all the users that have that value set as p_InfoField |
getUsersByInfoFieldObject (array), containing structs (arrays) of getUsersByInfoFieldObject with the following keys:
UserId – the Id of the user, string - this field is also used to return possible error message when the case
Achternaam- lastname, string
Voornaam – firstname, string
FaceTemplates – number of face templates, string
'NO_VALID_INFOFIELD' - the company does not have that infofield.
'NO_USER_ID_FOUND' - No user id found based on the infofield provided.
Sample
Response