Generate Users
POST {{base_url}}/security/user/Generate
Use this endpoint to create users for employees that do not have a username.
Request Body
{"CreatedPswdType"=>"{{string}}", "CreateType"=>"{{string}}", "DefaultDomain"=>"{{string}}", "DefaultRole"=>"{{string}}", "Employees"=>"{{boolean}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
"88 users successfully created."