Users
The User entity supports queries with the following attributes:
Attributes | |||
---|---|---|---|
extid | telephone | addressline1 | locality |
loginid | telefax | addressline2 | modificationcomment |
name | mobile | postalcode | statechangedetail |
firstname | city | street | |
remarks | uniqueemail | housenumber | created |
title | state | dwellingnumber | modified |
sex | client (complex, see Client) | postofficeboxtext |
nevisIDM also facilitates searches for users by property value, for properties with scope onUserGlobal.
Find users by attributes of other entities
It is possible to search for users by attributes of the entities Unit, Profile, LoginInfo, Credential and Client.
- To search for users with the Unit attributes name, extid and location, use the following syntax:
[unit.name](http://unit.name):<name>
, e.g.,[unit.name](http://unit.name):google
unit.extid:<unit ID>
, e.g.,unit.extid:944004122
unit.location:<location>
, e.g.,unit.location:California
- To search for users with the Profile attributes name and state, use the following syntax:
[profile.name](http://profile.name):<name>
, e.g.,[profile.name](http://profile.name):deputy
profile.state:<state>
, e.g.,profile.state:disabled
- To search for users with the Client attribute
name
, use the following syntax:clientName:<name>
, e.g.,clientName:Google
- To search for users with the Credential attribute
context
(Context only work for mTANs credential types, and context password), use the following syntax:credential.context:<phone_number>
, e.g.,credential.context:'+36301234567'
- To search for users with the Credential attribute typeId, use the following syntax:
credential.typeId:<credential type>
, e.g.,credential.typeId:mTAN
- To search for users with loginInfo attribute lastLogin, use the following syntax:
loginInfo.lastLogin:<[yyyyMMddHHmmss TO yyyyMMddHHmmss] format>
, e.g.,loginInfo.lastLogin:[20220323095848 TO 20220323095848]
- To search for users with loginInfo attribute lastFailure, use the following syntax:
loginInfo.lastFailure:<[yyyyMMddHHmmss TO yyyyMMddHHmmss] format>
, e.g.,loginInfo.lastFailure:[20220323095848 TO 20220323095848]
- To search for users with loginInfo attribute internalId, use the follwing syntax:
loginInfo._internalId:<ID>
, e.g.,loginInfo._internalId:9999999339