Create a new member
POST {{baseUrl}}/.api/api.svc/users/create
Creating a member in your digital workplace will create a user entry attached to an email address, without sending an email notification to the user.
This means that a temporary Igloo Authentication password must be created as part of the process, and the user must be notified through some other method in order to sign in. (This is still true even if your digital workplace signs in via SSO.) This would allow you to create a customized welcome email that could be sent from a mail server in your environment.
The user information can be included in the body of the call as form data, or as URL parameters. Where possible, it is recommended to put this information in the body.
Request Body
[{"name"=>"email", "value"=>"", "datatype"=>"null"}, {"name"=>"firstName", "value"=>"", "datatype"=>"null"}, {"name"=>"lastName", "value"=>"", "datatype"=>"null"}, {"name"=>"password", "value"=>"", "datatype"=>"null"}, {"name"=>"groupids", "value"=>"", "datatype"=>"null"}]
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: ``