Skip to main content
POST
/
api
/
faceRecognition
/
person
/
createPerson
Create a person
curl --request POST \
  --url https://api2.rhombussystems.com/api/faceRecognition/person/createPerson \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "name": "John Doe"
}
'
{
  "person": {
    "createdOn": "2023-11-07T05:31:56Z",
    "name": "<string>",
    "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "updatedOn": "2023-11-07T05:31:56Z",
    "uuid": "AAAAAAAAAAAAAAAAAAAAAA"
  }
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for creating a person for face recognition purposes.

name
string | null

Name of the person to create

Example:

"John Doe"

Response

200 - application/json

OK

Response object for creating a person for face recognition purposes.

person
object

The updated person