Skip to main content

List Users

Retrieves all, or a chosen subset, of user metadata.

Parameters

ParameterDescription
CountSpecifies the desired maximum number of search results per page; e.g., 50.

Example Output

{
"startIndex": 1,
"totalResults": 42,
"itemsPerPage": 25,
"resources": [
{
"id": 1234567891,
"userName": "username",
"externalId": "",
"email": "john@doe.com",
"name": {
"formatted": "John Doe",
"familyName": "Doe",
"givenName": "John"
},
"active": true,
"locked": false,
"emailChangePending": false,
"authType": "egnyte",
"userType": "admin",
"role": null,
"idpUserId": "",
"userPrincipalName": null,
"expiryDate": null,
"deleteOnExpiry": null,
"createdDate": "2016-04-15T18:33:28.000+0000",
"lastModificationDate": "2021-01-15T04:24:58.000+0000",
"lastActiveDate": "2016-08-18T22:23:31.000+0000",
"isServiceAccount": false
}

Workflow Library Example

List Users with Egnyte and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop