Class IbisPerson
Class representing a person returned by the web service API. Note that the identifier is the person's primary identifier (typically their CRSid), regardless of which identifier was used to query for the person.
- IbisDto
- IbisPerson
Methods summary
public
boolean
|
|
public
boolean
|
Properties summary
public
boolean
|
$cancelled
Flag indicating if the person is cancelled. |
|
public
|
$identifier
The person's primary identifier (typically their CRSid). |
|
public
string
|
$displayName
The person's display name (if visible). |
|
public
string
|
$registeredName
The person's registered name (if visible). |
|
public
string
|
$surname
The person's surname (if visible). |
|
public
string
|
$visibleName
The person's display name if that is visible, otherwise their registered name if that is visible, otherwise their surname if that is visible, otherwise the value of their primary identifier (typically their CRSid) which is always visible. |
|
public
string
|
$misAffiliation
The person's MIS status ( |
|
public
|
$identifiers
A list of the person's identifiers. This will
only be populated if the |
|
public
|
$attributes
A list of the person's attributes. This will only
be populated if the |
|
public
|
$institutions
A list of all the institution's to which the
person belongs. This will only be populated if the |
|
public
|
$groups
A list of all the groups to which the person belongs,
including indirect group memberships, via groups that include other
groups. This will only be populated if the |
|
public
|
$directGroups
A list of all the groups that the person directly
belongs to. This does not include indirect group memberships - i.e.,
groups that include these groups. This will only be populated if the
|