Oracle Fusion HCM endpoint reference

Self Details REST API

Get all self details

GET https://your-pod.oraclecloud.com/hcmRestApi/resources/11.13.18.05/selfDetails

Everything on this page is extracted from Oracle's official OpenAPI specification for Fusion Cloud HCM: 33 queryable q fields, 1 named finder. Unsure how q works? See the Oracle HCM API guide.

Supported operations

GET /selfDetails
GET /selfDetails/{id}

Finders (1)

Finders are named, pre-built queries with bound parameters. They can search values plain q filters cannot reach.

Finder Bind variables
PrimaryKey

Example finder request

GET /hcmRestApi/resources/11.13.18.05/selfDetails?finder=PrimaryKey

Queryable q fields (33)

Only these fields can appear in a q filter expression on /selfDetails. Filtering on any other field returns 400 Bad Request.

Example q request

GET /hcmRestApi/resources/11.13.18.05/selfDetails?q=AccessibilityMode='<value>'&onlyData=true&limit=25
Field Type Operators
AccessibilityMode string = != LIKE
AccountType string = != LIKE
ClientEncoding string = != LIKE
ColorContrast string = != LIKE
Currency string = != LIKE
DateFormat string = != LIKE
DecimalSeparator string = != LIKE
DefaultLanguage string = != LIKE
DisplayName string = != LIKE
DisplayNameLanguage string = != LIKE
EmailAddress string = != LIKE
FirstName string = != LIKE
FontSize string = != LIKE
GroupingSeparator string = != LIKE
Honors string = != LIKE
Initials string = != LIKE
KnownAs string = != LIKE
Language string = != LIKE
LastName string = != LIKE
MiddleNames string = != LIKE
NameType string = != LIKE
NumberFormat string = != LIKE
PersonNumber string = != LIKE
Photo string = != LIKE
PreNameAdjunct string = != LIKE
ServerTime string = != LIKE
Suffix string = != LIKE
Territory string = != LIKE
TimeFormat string = != LIKE
TimeZone string = != LIKE
Title string = != LIKE
UserDistinguishedName string = != LIKE
Username string = != LIKE

Response fields (33)

Top-level attributes returned for each row. Use fields= to request a subset and shrink the payload.

AccessibilityModeAccountTypeClientEncodingColorContrastCurrencyDateFormatDecimalSeparatorDefaultLanguageDisplayNameDisplayNameLanguageEmailAddressFirstNameFontSizeGroupingSeparatorHonorsInitialsKnownAsLanguageLastNameMiddleNamesNameTypeNumberFormatPersonNumberPhotoPreNameAdjunctServerTimeSuffixTerritoryTimeFormatTimeZoneTitleUserDistinguishedNameUsername

Build this query visually in OPAL

OPAL bundles this endpoint — and 59,000+ more — fully searchable offline, with a visual Q Builder and Finder Builder that only offer the fields listed above, so your filter can't 400. Download free · see features.

Related reference & reading