Skip to main content

Get User

Get a user's details by a given username.

External Documentation

To learn more, visit the PingID documentation.

Parameters

ParameterDescription
Return All User DevicesReturn all user devices.
UsernameThe username of the user.

Example Output

{
"userDetails": {
"email": "jdoe@gmail.com",
"userName": "jdoe",
"lname": "",
"spList": [],
"lastLogin": null,
"deviceDetails": null,
"userEnabled": false,
"fname": "Johnny",
"status": "PENDING_ACTIVATION",
"role": "ADMIN"
},
"sameDeviceUsersDetails": [],
"errorId": 200,
"errorMsg": "",
"uniqueMsgId": "webs_sOFLeIP0EOlR-BnOCN_DTLv1uMpivQRoFN68edsYi4Y",
"clientData": "Session data echoed back to the requestor"
}

Workflow Library Example

Get User with Pingid and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop