Account Admin - Create
API URL
{{url}}/admin-service/account/user-add
Method
POST
Description
Create Account admin
Input
Field Name
Type
Mandatory
Example
firstName
String
Yes
Henry
phoneNumber
String
Yes
733XXX7017
gender
String
No
Male
username
String
Yes
novoaccxxxx@spice.mdt
lastName
String
Yes
Rane
timezone
Number
Yes
1
id(country)
Number
Yes
3
Sample Input:
{ "firstName": "Damoor", "phoneNumber": "87XXX87437", "gender": "", "username": "novoaxxxunt@spice.mdt", "lastName": "Rane", "country": { "id": "3" }, "timezone": { "id": 60 }, "countryCode": "232", "tenantId": 71 }
Sample Output:
Last updated