External DocumentationTo learn more, visit the Oracle HCM documentation.
Actions
List User Accounts
List all the user accounts.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| 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. |
{
"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": [
{
... }
}
]
}
Was this page helpful?