post https://api.octapipe.com/users
Create user
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": "[email protected]",
"phone1": "(555) 123-4567",
"phone2": null,
"initial_password": "12345678",
"is_active": true
}