Users
Create User
This endpoint creates a new SDP user as the result of an SDP owner adding their information in the UI. It also handles sending the invite email.
post/users
Response
Created
Example response
{
"id": "1736bed3-7b92-4760-8ff2-51fb08ee079f",
"first_name": "John",
"last_name": "Doe"
}