Skip to main content

List User Accounts

List all the user accounts.

External Documentation

To learn more, visit the Oracle HCM documentation.

Basic Parameters

ParameterDescription
Additional FieldsA comma-seperated list of additional fields to be returned along side the default fields. Use all to return all additional fields.
Order ByA comma-seperated list of the ordering values to order the returning data by.
QueryReturn fields matching a given query.

Advanced Parameters

ParameterDescription
FieldsA comma-seperated list of the only fields to be returned, note that this parameter overrides the Additional Fields parameter.
FinderUsed as a predefined finder to search the collection.
LimitThe amount of records that are returned.
OffsetThe offset of the returned records.
Only DataOnly data will be returned(no additional links).
Total ResultsAn additional estimated row count wil be returned.

Example Output

{
"items": [ {
"UserId": 60,
"Username": "CUST_CONTRACT_MGR_OPERATIONS",
"SuspendedFlag": false,
"PersonId": 100010024201426,
"PersonNumber": "10024201426",
"CredentialsEmailSentFlag": true,
"GUID": "5A25572D96277A00C0547E3A715EF682",
"CreatedBy": "0",
"CreationDate": "2009-05-25T00:00:00+00:00",
"LastUpdatedBy": "FUSION",
"LastUpdateDate": "2019-01-10T14:21:50.341+00:00",
"links": [
{
... }
}
]
}

Workflow Library Example

List User Accounts with Oracle Hcm and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop