External DocumentationTo learn more, visit the PingID documentation.
Actions
Create User
Create a user in PingID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Activate User | Whether the user is active on creation. |
| The user’s E-mail address. | |
| Role | The created user’s role. |
| Username | The username of the user. |
| Parameter | Description |
|---|---|
| Device Type | The type of device that the created user can pair with in the future. Keeping this empty will allow all device types. |
| First Name | The first name of the user. |
| Last Name | The last name of the user. |
{
"userDetails": {
"email": "jdoe@jdoe.com",
"lname": "Doe",
"userEnabled": false,
"fname": "John",
"spList": [],
"lastLogin": null,
"deviceDetails": null,
"userName": "jdoe",
"status": "NOT_ACTIVE"
},
"errorId": 200,
"errorMsg": "",
"uniqueMsgId": "webs_sOFLeIP0EOlR-BnOCN_DTLv1uMpivQRoFN68edsYi4Y",
"clientData": "Session data echoed back to the requestor"
}
Was this page helpful?