Skip to main content

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.

Request Body
  • first_name string
  • last_name string
  • roles string[]
  • email string
Responses

Created


Schema
  • id string required
  • first_name string required
  • last_name string required
  • email string required
  • roles string[] required
  • is_active boolean required
Loading...