To create an identity

POST {{baseUrl}}/identities

Creates a new identity

Request Body

{"data"=>{"type"=>"<string>", "attributes"=>{"lastName"=>"<string>", "email"=>"<string>", "firstName"=>"<string>"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;links&quot;:{&quot;self&quot;:&quot;/identities&quot;},&quot;data&quot;:{&quot;id&quot;:7946,&quot;type&quot;:&quot;Identity&quot;,&quot;attributes&quot;:{&quot;lastName&quot;:&quot;Smith&quot;,&quot;email&quot;:&quot;james.smith@siemens.com&quot;,&quot;firstName&quot;:&quot;James&quot;}}}