Creates a new person in a Person Directory. To add face to this person, please call Person Directory "Add Person Face".

post/persons

Request body

namestring required

User defined name, maximum length is 128.

userDatastring

Optional user defined data. Length should not exceed 16K.

Response

A successful call returns an empty response body. The service has accepted the request and will start processing soon. The client can query the operation status and result using the URL specified in the 'Operation-Location' response header. The URL expires in 48 hours.

personIdstring uuid required

Universally Unique Identifier

Changes