Retrieves all, or a chosen subset, of user metadata.
Parameter | Description |
---|---|
Count | Specifies the desired maximum number of search results per page; e.g., 50. |
{
"startIndex": 1,
"totalResults": 10,
"itemsPerPage": 27,
"resources": [
{
"id": 1,
"userName": "<string>",
"externalId": "<string>",
"email": "<string>",
"name": {
"formatted": "<string>",
"familyName": "<string>",
"givenName": "<string>"
},
"active": true,
"locked": false,
"emailChangePending": false,
"authType": "<string>",
"userType": "<string>",
"role": null,
"idpUserId": "<string>",
"userPrincipalName": null,
"expiryDate": null,
"deleteOnExpiry": null,
"createdDate": "2024-03-14T20:50:21.000+0000",
"lastModificationDate": "2024-03-15T18:00:00.000+0000",
"lastActiveDate": "2024-04-11T21:08:15.000+0000",
"isServiceAccount": false
},
{
"id": 4,
"userName": "<string>",
"externalId": "<string>",
"email": "<string>",
"name": {
"formatted": "<string>",
"familyName": "<string>",
"givenName": "<string>"
},
"active": true,
"locked": false,
"emailChangePending": false,
"authType": "<string>",
"userType": "<string>",
"role": null,
"idpUserId": "<string>",
"userPrincipalName": null,
"expiryDate": null,
"deleteOnExpiry": null,
"createdDate": "2024-03-14T20:50:21.000+0000",
"lastModificationDate": "2024-03-15T18:00:00.000+0000",
"lastActiveDate": "2024-04-11T21:08:15.000+0000",
"isServiceAccount": true
}
]
}
List Users with Egnyte and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?