OS1 Services
...
User Management Service
User API
Creating Users
1min
To create a User, call the Create User endpoint and specify the following required parameters in the request body:
Member | Description | Remarks |
---|---|---|
firstName | First name of the User. | |
designation | Designation of the User. | To retrieve a list of all existing Designations. |
category | Category of the user. | Valid values: Regular or Adhoc. |
primaryMobile: countryCode | 3-4 character standard country code of the primary mobile number for the User. | |
primaryMobile: number | The primary mobile number. | |
employmentType | Type of employment. | Valid Values: Full-time, Part-time, Contract, or N/A. |
Request bodies are specified in JSON format. The following example request body shows how to create a new User:
Updated 08 Aug 2023
Did this page help you?