Create Person
POST/api/persons/createperson
Tier: Public — stable, supported for third-party integration.
Creates a person.
Request
Responses
- 200
- 400
- 401
- 403
The created person. See Persons.PersonDetailDto.
Validation failure — missing GivenName; invalid or duplicate Email; TemplateId is not a Person-type template or is unknown; invalid extended properties; more than one tag supplied in PersonTagList; or the tag is already allocated to another entity.
Caller is not authenticated.
Caller does not have Create permission on the Person module.