Skip to main content

mergePerson

mergePerson

Path Parameters
id uuid REQUIRED
Request Body REQUIRED
ids uuid[] REQUIRED
Responses
201
Schema OPTIONAL
object[]
error string OPTIONAL

Possible values: [duplicate, no_permission, not_found, unknown]

id string
success boolean
mergePerson
POST /person/:id/merge
id — path
Body
Loading...
/api
curl -L -X POST '/api/person/:id/merge' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'