Legal persons
Create legal person
Creates a new Legal Person. A collection of Claims may be provided.
post/v0/organizations/{organization-id}/legal-persons
Path parameters
organization-idstring required
Request body
Example request
{
"claims": [
{
"telephone-number": "+442012345678"
}
]
}Response
Created
Example response
{
"latest-decision": {
"verification-url": "/v0/verifications/vn.IHZlcmlmaWNhdGlvbi1pZA",
"decision-user-url": "/v0/users/ur.ICAgICAgICAgdXNlci1pZA",
"decision-user-username": "user@example.com"
},
"latest-risk-rating-url": "/v0/risk-ratings/rr.ICByaXNrLXJhdGluZy1pZA",
"display-name": "Company name"
}