Users
The User entity supports queries with the following attributes:
| extid loginidname firstnameremarks titlesex telephonetelefax mobileemail street | addressline1 addressline2postalcode cityhousenumber dwellingnumberpostofficeboxtext localitymodificationcomment statechangedetailcreated modified |
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 and Client.
- To search for users with the Unit attributes name, extid and location, use the following syntax:
unit.name:<name>
, e.g., unit.name:googleunit.extid:<unit ID>
, e.g., unit.extid:944004122unit.location:<location>
, e.g., unit.location:California - To search for users with the Profile attributes name and state, use the following syntax:
profile.name:<name>
, e.g., profile.name:deputyprofile.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