Get a person by id

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

person_idstringRequiredformat: "uuid"

Response

Successful Response
idstringformat: "uuid"
Person ID
namestring
Person name
aliaseslist of strings
Person aliases
upload_idslist of strings
Upload IDs of the person's images
ingested_imageslist of objects
Ingested images of the person
statusenum
Person status
Allowed values:
created_user_idstring
User ID who created the person
created_dtstringformat: "date-time"
Date and time the person was created

Errors

422
Unprocessable Entity Error