Retrieves a single users metadata.

Parameters

ParameterDescription
IDThe ID of the user, can be retrieved from the ‘List Users’ action.

Example Output

{
    "id": 12345678,
    "userName": "jmiller",
    "externalId": "S-1-5-21-3623811015-3361044348-30300820-1013",
    "email": "john.miller@example.com",
    "name": {
        "familyName": "Miller",
        "givenName": "John"
    },
    "active": true,
    "createdDate": "2015-12-22T04:56:07.000+0000",
    "lastModificationDate": "2018-05-10T07:54:54.000+0000",
    "lastActiveDate": "2016-08-10T15:52:07.000+0000",
    "locked": false,
    "authType": "sso",
    "userType": "admin",
    "idpUserId": "jmiller",
    "isServiceAccount": false,
    "language: "en-US",
    "deleteOnExpiry": null,
    "emailChangePending": false,
    "expiryDate": null,
    "role": null,
    "userPrincipalName": null,
    "groups": [{
        displayName: "Marketing Team",
        value: "1ee2e04c-bdde-42ee-ae07-c3aad375f6da"
    }, {
        displayName: "Project Alpha",
        value: "9125a8dc-52ee-365b-a5aa-81b0b3681cf6"
    }]
}

Workflow Library Example

Get User with Egnyte and Send Results Via Email

Preview this Workflow on desktop