Import the users from the array.

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


Payload example:

[
    {
        "first_name": "Jane",
        "last_name": "Doe",
        "job": "Software Engineer",
        "role": "user",
        "enabled_pipelines": [
            "d4f5e6c7-a813-4b92-a07f-12d5f13e7a89"
        ],
        "is_data_access_restricted": true,
        "email": "[email protected]",
        "phone1": "(555) 987-6543",
        "phone2": "(555) 123-9876",
        "initial_password": "password123",
        "is_active": true
    },
    {
        "first_name": "John",
        "last_name": "Smith",
        "job": "Product Manager",
        "role": "user",
        "enabled_pipelines": [
            "e7f2a1c4-b123-41b8-a98c-77e1f9d8c3e2"
        ],
        "is_data_access_restricted": false,
        "email": "[email protected]",
        "phone1": "(555) 765-4321",
        "phone2": "(555) 321-6549",
        "initial_password": "strongpassword",
        "is_active": true
    }
]
Language
Click Try It! to start a request and see the response here!