Skip to main content

Create User

POST 

/users

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 stringrequired
    first_name stringrequired
    last_name stringrequired
    email stringrequired
    roles string[]required
    is_active booleanrequired
Loading...