Create a User

This API allows you to create a user account.

{
    "firstName": "TEST",
    "lastName": "test",
    "userName": "[email protected]",  
    "roleName": "Default Role",
    "primaryContactNumber": "+1-9999999999",
    "email": "[email protected]",
    "timeZone": "Asia/Calcutta",
    "userTypeName": "user",
    "password": "passwordd@9",
    "emailVerification": true,
    "groupIds": ["db6c11dc-4f9d-11e4-950e-699a6d6c7858"]
}

📘

Sample Request

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

API Response Explanation

FieldsDescriptionData Type
generatedAtInMillisTime at which the API returns the result. The time is in milliseconds.Long
dataThe ID of the user account created.String
errorDisplays the corresponding error message which occurs during API compilation.List
Language
Authorization
Header
Click Try It! to start a request and see the response here!