List User Accounts
List all the user accounts.
External Documentation
To learn more, visit the Oracle HCM documentation.
Basic Parameters
Parameter | Description |
---|---|
Additional Fields | A comma-separated list of additional fields to be returned along side the default fields. Use all to return all additional fields. |
Order By | A comma-separated list of the ordering values to order the returning data by. |
Query | Return fields matching a given query. |
Advanced Parameters
Parameter | Description |
---|---|
Fields | A comma-separated list of the only fields to be returned, note that this parameter overrides the Additional Fields parameter. |
Finder | Used as a predefined finder to search the collection. |
Limit | The amount of records that are returned. |
Offset | The offset of the returned records. |
Only Data | Only data will be returned(no additional links). |
Total Results | An 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
Preview this Workflow on desktop