Create user

Log in to see full request history

Inserts a new user into the database.

Click on the image below to enlarge the demonstration in Postman.



Payload example:

{ "first_name": "Elon", "last_name": "Musk", "job": null, "role": "admin", "enabled_pipelines": [ "b3d4b3f3-a214-4bb4-bfb2-89e5ad77304c", "414f7514-21fa-4c1c-bfc4-ffdcf4b0fdc4", "3786995b-f137-4d57-a80f-50655969031f" ], "is_data_access_restricted": false, "email": "elon.musk@spacex.com", "phone1": "(555) 123-4567", "phone2": null, "initial_password": "12345678", "is_active": true }
Body Params
string
required
string
required
string
required
string
required
enabled_pipelines
array of strings
required
enabled_pipelines*
string
required
string
boolean
string
string
boolean
Headers
string
required
Defaults to application/json
string
required
Defaults to Bearer {token}
Responses

Language
Click Try It! to start a request and see the response here! Or choose an example:
application/json