Directory API: People

Retrieves one specific person

get
Authorizations
BearerstringRequired
Path parameters
personstring · uuidRequired
Responses
chevron-right
200

OK

get
/api/directory/people/{person}
200

OK

Checks for the existence of one specific person

head
Authorizations
BearerstringRequired
Path parameters
personstring · uuidRequired
Responses
chevron-right
200

OK

Responseboolean
head
/api/directory/people/{person}
200

OK

Collects the list of people that match specific criteria

post
Authorizations
BearerstringRequired
Body
identifierstring · uuid · nullableOptional
organizationIdstring · uuid · nullableOptional
userIdstring · uuid · nullableOptional
emailExactstring · nullableOptional
eventRolestring · nullableOptional
fullNamestring · nullableOptional
Responses
chevron-right
200

OK

post
/api/directory/people/collect
200

OK

Counts the people that match specific criteria

post
Authorizations
BearerstringRequired
Body
identifierstring · uuid · nullableOptional
organizationIdstring · uuid · nullableOptional
userIdstring · uuid · nullableOptional
emailExactstring · nullableOptional
eventRolestring · nullableOptional
fullNamestring · nullableOptional
Responses
chevron-right
200

OK

post
/api/directory/people/count
200

OK

Downloads the list of people that match specific criteria

post
Authorizations
BearerstringRequired
Body
identifierstring · uuid · nullableOptional
organizationIdstring · uuid · nullableOptional
userIdstring · uuid · nullableOptional
emailExactstring · nullableOptional
eventRolestring · nullableOptional
fullNamestring · nullableOptional
Responses
chevron-right
200

OK

No content

post
/api/directory/people/download
200

OK

No content

Searches for the list of people that match specific criteria

post
Authorizations
BearerstringRequired
Body
identifierstring · uuid · nullableOptional
userIdstring · uuid · nullableOptional
organizationIdstring · uuid · nullableOptional
emailExactstring · nullableOptional
eventRolestring · nullableOptional
fullNamestring · nullableOptional
Responses
chevron-right
200

OK

post
/api/directory/people/search
200

OK

Last updated

Was this helpful?