Create user
POST {{backofficeURL}}:5055/UserService/users?access_token={{useraccessToken}}
- Using this service, we can create a new user.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
access_token | string |
Request Body
{"FormID"=>"{{userFormTemplateID}}", "Identifier"=>"Enter a unique identifier", "User Password"=>"Enter a 6-digit password", "First Name"=>"Enter first name", "Last Name"=>"Enter last name", "Email"=>"Enter a valid email ID", "Mobile Number"=>"Enter a valid mobile number with a country code"}