Skip to main content
Version: 2.82.x.x LTS

Users

The User entity supports queries with the following attributes:

  • extid

  • loginid

  • name

  • firstname

  • remarks

  • title

  • sex

  • telephone

  • telefax

  • mobile

  • email

  • uniqueemail

  • state

  • addressline1

  • addressline2

  • postalcode

  • city

  • housenumber

  • dwellingnumber

  • postofficeboxtext

  • locality

  • modificationcomment

  • statechangedetail

  • street

  • created

  • 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](http://unit.name):<name>, e.g., 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: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