Creates new user and assigns a role.

Sample Request:

POST v1/users
{
    "firstName": "John",
    "lastName": "Doe",
    "emailAddress: "[email protected]",
    "language": "en",
    "roles": [
        "5b86b92c-b06c-47c8-883d-899747994dca",
        "4bdefe2c-ab10-4887-483e-21455e98dedb",
        "2bddefea-cab1-1488-2483-721455e98ded"
    ]
}

📘

The rate limit for this API is normal.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!