User Details Version 2

Service to operate on user details. This service finds details of the user.

Life Cycle Status: Active

QName: {http://xmlns.oracle.com/apps/hcm/people/roles/userDetailsServiceV2/}UserDetailsService

Service WSDL URL: https://servername/hcmService/UserDetailsServiceV2?WSDL

Logical Business Objects

  • HCM : Global Human Resources : User

Relationships

The following table describes how this service data object is related to other service data objects or business object services.

Relationship Type Object or Service

Handles

User Session Details Version 2

Handles

User Work Relationship Details Version 2

Handles

User Personal Details Version 2

Handles

User Details SDO Version 2

Operations

findUserDetailsByUsername

Method to find details of the user by user name.

Life Cycle Status: Active

Request Payload

Element Name Type Description

Username

string

Find operation for retrieving user details based on the username.

Response Payload

Element Name Type Description

result

User Details Version 2

Return parameter containing user details based on the username.

findUserDetailsByPersonNumber

Method to find details of the user by person number.

Life Cycle Status: Active

Request Payload

Element Name Type Description

PersonNumber

string

Find operation for retrieving user details based on the person number.

Response Payload

Element Name Type Description

result

User Details Version 2

Return parameter containing user details based on the person number.

findUserDetailsByPersonId

Method to find details of the user by person identifier.

Life Cycle Status: Active

Request Payload

Element Name Type Description

PersonId

long

Find operation for retrieving user details based on the person identifier.

Response Payload

Element Name Type Description

result

User Details Version 2

Return parameter containing user details based on the person identifier.

findSelfUserDetails

Method to find details of the logged in user. Only the logged in user's details are returned. Logged in user is retrieved from the security token.

Life Cycle Status: Active

Request Payload

Response Payload

Element Name Type Description

result

User Details Version 2

Return parameter containing user details based on logged in user. Logged in user is retrieved by the security token.

getDfltObjAttrHints

Method to retrieve user interface hints, such as the service data object label and object attribute labels, for the specified service data object and locale. As a prerequisite, invoke the getEntityList operation defined on this service to get the list of possible values for the viewName request payload element.

Life Cycle Status: Active

Request Payload

Element Name Type Description

viewName

string

Service view usage name, an internal name for the service data object. Specify the value of the <name> element from the getEntityList operation response payload.

localeName

string

Locale to use when evaluating locale-based user interface hints. The localeName is in ISO 639-1 format.

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}ObjAttrHints

Return parameter containing label and user interface hints for the specified service data object and its attributes in a name-value pair format.

getServiceLastUpdateTime

Method that returns the date and time when the schema files referenced in the service definition last changed.

Life Cycle Status: Active

Request Payload

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}dateTime-Timestamp

Return parameter containing date and time when the service definition last changed in ISO 8601 format.

getEntityList

Method to get the list of service data objects defined on this service.

Life Cycle Status: Active

Request Payload

Response Payload

Element Name Type Description

result

{http://xmlns.oracle.com/adf/svc/types/}ServiceViewInfo

Return parameter containing a list of service data objects defined on this service. For each service data object, the result includes the QName, internal name, and Boolean values indicating whether create, update, merge, and delete operations can be performed on the object.

Security

The following tables list the privileges required to perform the service operations, and the duty roles that each privilege is granted to.

Service Operations to Privileges Mapping

Operation Name Privilege Code Privilege Name Privilege Description

All Operations

PER_VIEW_PERSON_DETAILS_PRIV

Use User Details Service

Allows viewing of person details for person synchronization.

Privileges to Duty Roles Mapping

Privilege Code Granted to Duty Role Code Granted to Duty Role Name Granted To Duty Role Description

PER_VIEW_PERSON_DETAILS_PRIV

ORA_PER_VIEW_PERSON_DETAILS_DUTY

Use User Details Service

Creates or updates users during person synchronizations.