Create a User - 1

This API allows you to create a user in your account.

Note: This API will be deprecated in February'23 and we recommend to use Create a User - 2 going forward.

{
    "firstName": "test",
    "lastName": "Azuga",
    "userName": "[email protected]",
    "roleId": "faf159c9-334e-11ed-96e1-7f5c31b586e0",
    "email": "[email protected]",
    "timeZone": "US/Eastern",
    "userTypeName": "user",
    "employeeId": null,
    "password": "Azuga@123",
    "isGetMaintenanceAlert": "N",
    "isGetNewReleaseAlert": "N",
    "emailVerification": true,
    "groupIds": [
        "a34450f5-4eaf-11ed-b72f-252e6f2234d5"
    ]
}
📘

Sample Request

https://services.azuga.com/azuga-ws-oauth/v3/users/create

API Response Explanation

Fields

Description

Data Type

generatedAtInMillis

Time at which the API returns the result. The time is in milliseconds.

Long

data

The ID of the user account created.

String

error

Displays the corresponding error message which occurs during API compilation.

List<Error>

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