v11

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-017364211.0 KB
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

idstring required
first_namestring required
last_namestring required
emailstring required
rolesstring[] required
is_activeboolean required

Example response

{
  "id": "1736bed3-7b92-4760-8ff2-51fb08ee079f",
  "first_name": "John",
  "last_name": "Doe"
}