Person

Retrieves the collection of Person resources.

get

Retrieves the collection of Person resources.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
changed[after]stringOptional
changed[before]stringOptional
id[between]stringOptional
id[gt]stringOptional
id[gte]stringOptional
id[lt]stringOptional
id[lte]stringOptional
Responses
chevron-right
200

Person collection

hydra:totalItemsintegerOptional
get
/api/people
200

Person collection

Retrieves a Person resource.

get

Retrieves a Person resource.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Resource identifier

Responses
chevron-right
200

Person resource

Person

@idstringRead-onlyOptional
@typestringRead-onlyOptional
@contextone ofRead-onlyOptional
stringOptional
or
idintegerOptional

The unique identifier for the person entity

externalIdstringOptional

The external ID used for referencing external accounts

firstnamestringOptional

The persons firstname

lastnamestringOptional

The persons surname

foaTypestring · enumOptional

Foa type of the person

Possible values:
academicPrefixstringOptional

The persons academic title

academicSuffixstringOptional

The persons name suffix, additional information

genderspecificFormOfAddressPartstring · enumOptionalDeprecated

The persons form of address

Possible values:
birthdaystring · date-time · nullableOptional

The persons birthday

functionstringOptional

The persons function / job / responsibility

efnstringOptional

The persons unified training number

lastUpdatedstring · date-timeOptional

Last change of the person or address infos

textVitastringOptional

Vita of a person

genderstring · enumOptionalDeprecated

Gender of the person, not stored in most cases

Possible values:
memberIdstringOptional

A global frame independet member id, not connected with the member management

membershipstringOptional

Institution the member id belongs to

isMarkedDeletedbooleanOptional

Marker for deleted person

isMarkedImportedbooleanOptional

Marker for imported person

additionalTextInfostringOptional

Some additional plain text info

accountTypestring · enumOptional

Type of account

Possible values:
accountstring · iri-referenceOptional

The Account

mergedToPersonstring · iri-reference · nullableOptional

If person is merged, the link to the merge result

languagestring · iri-reference · nullableOptional

The persons language

get
/api/people/{id}

Retrieves a Person resource.

get

Retrieves a Person resource.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Resource identifier

Responses
chevron-right
200

Person resource

Person

@contextone ofRead-onlyOptional
stringOptional
or
@idstringRead-onlyOptional
@typestringRead-onlyOptional
idintegerOptional
ancestorListinteger[]Optional

List of ancestor person ids recursion is limit to 10 levels so

get
/api/people/{id}/merge-history

Last updated

Was this helpful?