UserFilter (v2)
Overview
Used to filter users.Members
Member variables of the entity:
Member | Type | Description | Requirements |
---|---|---|---|
userId | Integer | Â | Â |
justCount | boolean | If true the call only counts the users | Â |
environmentFilter | EnvironmentFilter | Filter the tenants we are searching in | Â |
loginName | String | LoginName we are searching for | Â |
loginNameExact | boolean | If true the loginName parameter represents a complete loginName, not a filter | Â |
extension | String | Phone number to search for | Â |
extensionExact | boolean | If true the extension parameter represents a complete phone number, not a filter | Â |
externalId | String | Â | Â |
externalIdExact | boolean | Â | Â |
group | String | Â | Â |
groupExact | boolean | Â | Â |
role | String | Â | Â |
roleExact | boolean | Â | Â |
skipExtensions | boolean | If true extensions are not returned | Â |
skipGroups | boolean | Â | Â |
skipRoles | boolean | Â | Â |
inactive | boolean | If true we are searching inactive users | Â |