API URL
{{url}}/admin-service/data/country/user-add
Method
Post
Description
Create Region Admin
Field Name
Type
Mandatory
Example
firstName
String
Yes
Hemanath
lastName
D
phoneNumber
5234XXX532
email
[email protected]
countryCode
91
timezone
Number
45
gender
No
Male
{ "email": "[email protected]", "firstName": "Hemanath", "lastName": "D", "phoneNumber": "5234XXX532", "gender": "", "username": "[email protected]", "countryCode": "1", "timezone": { "id": 45 }, "tenantId": 6, "country": { "id": 4 } }
"message": "Region Admin created successfully."