> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List User Accounts

List all the user accounts.

<Note>
  External Documentation

  To learn more, visit the [Oracle HCM documentation](https://docs.oracle.com/en/cloud/saas/human-resources/24a/farws/op-useraccounts-get.html).
</Note>

## Basic Parameters

<div className="integrations-table">
  | 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.                                                                                                |
</div>

## Advanced Parameters

<div className="integrations-table">
  | 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.                                                                              |
</div>

## Example Output

```json theme={"dark"}
{
  "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](https://library.blinkops.com/workflows/list-user-accounts-with-oracle-hcm-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-user-accounts-with-oracle-hcm-and-send-results-via-email/canvas" />
</div>
