Create a new Person

POST {{baseUrl}}/organization/v1/groups/:groupId/people

Create a new Person in the Group with the given groupId.

Request Body

{"firstName"=>"", "lastName"=>"", "customPersonId"=>"", "email"=>"user@example.com", "jobTitle"=>"", "startDate"=>"2020-06-06", "middleName"=>"", "suffix"=>"", "birthDate"=>"1959-11-10", "ssn"=>"", "billCode"=>"", "billReference"=>""}

HEADERS

KeyDatatypeRequiredDescription
X-Api-Keystring(Required) Added as a part of security scheme: apiKey
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"personId":"3fa85f64-5717-4562-b3fc-2c963f66afa6"}