Create User Without OTP Validation
DevelopingPOST
/users/_createnovalidateLast modified: 6 months ago
Request
Header Params
Content-Type
string
required
Example:
application/json
Body Params text/plain
Example:{
"RequestInfo": {
"apiId": null,
"ver": null,
"ts": null,
"action": "POST",
"did": null,
"key": null,
"msgId": "5bfa85e7-dfa1-47c8-98b2-747bf552be86",
"authToken": "015da276-2b84-4295-8cb9-a9d89ff7e9a6"
},
"user": {
"userName": "AllAcessNewM1",
"password": "Must@123NK",
"salutation": "Ms",
"name": "mustak",
"gender": "MALE",
"mobileNumber": "9353822214",
"emailId": "xyz@egovernments.org",
"altContactNumber": "",
"pan": "VFGGC5624P",
"aadhaarNumber": "96a70",
"permanentAddress": "Dawakhana",
"permanentCity": "Kaikoo",
"permanentPincode": "111111",
"correspondenceCity": "banglore",
"correspondencePincode": "123456",
"correspondenceAddress": "correAddress",
"active": true,
"dob": "08/08/1999",
"pwdExpiryDate": null,
"locale": "string",
"type": "EMPLOYEE",
"signature": "",
"accountLocked": false,
"fatherOrHusbandName": "Palash",
"bloodGroup": "O_POSITIVE",
"identificationMark": "Wears spects",
"photo": "a8a6cf1e-c84d-4a0c-b2d5-57ec8711ba25",
"otpReference": "14856",
"tenantId": "pg",
"roles": [
{
"code": "CITIZEN",
"name": "Citizen",
"tenantId": "pg"
}
]
}
}
Request samples
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 6 months ago