Skip to main content

Create User

Create a user in PingID.

External Documentation

To learn more, visit the PingID documentation.

Basic Parameters

ParameterDescription
Activate UserWhether the user is active on creation.
EmailThe user's E-mail address.
RoleThe created user's role.
UsernameThe username of the user.

Advanced Parameters

ParameterDescription
Device TypeThe type of device that the created user can pair with in the future. Keeping this empty will allow all device types.
First NameThe first name of the user.
Last NameThe last name of the user.

Example Output

{
"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"
}

Workflow Library Example

Create User with Pingid and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop