Get all user requests
get
/hcmRestApi/atomservlet/user/userRequests
Get all user requests
Request
Query Parameters
- attributes: string This parameter specifies a comma-separated list of attribute values to be included in the response.
- count: integer The number of resource instances returned in the current range.
- filter: string This parameter specifies the query expression to retrieve a subset of resource instances. Format: ?filter=
- sortBy: string This parameter specifies the attributes based on which the resource collection is sorted.Format: ?sortBy=
where the attribute name must be of the format for simple attributes and for complex attributes. - sortOrder: string This parameter specifies the attributes based on which the resource collection is ordered.Example: sortOrder=ascending
- startIndex: integer This parameter specifies use of 1-based index for the first result included in the response. Specify this query parameter to use pagination.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : User Requests
Type:
Show Source object
- itemsPerPage: integer Title:
Count
The number of resource instances returned in the current range. - Resources: array Resources Title:
Resources
The user request resources in the collection. - startIndex: integer Title:
start index
This parameter defines the starting position in the resource collection. For example, if startIndex is 11 and itemsPerPage is 10, the response body contains rows from 11 to 20.
Nested Schema : Resources
Type:
array
Title:
Resources
The user request resources in the collection.
Show Source Nested Schema : UserRequest-item
Type:
Show Source object
- addresses: object Addresses Title:
Addresses
The address information of the user. - employeeNumber: string Title:
EmployeeNumber
A unique employee number for the user's account in Oracle Fusion Cloud Applications. - manager: object Manager Title:
Manager
The details of the user's manager. - phoneNumbers: object PhoneNumbers Title:
PhoneNumbers
The user's phone number information. - user: object User Title:
User
The user information in Oracle Fusion Cloud Applications. - userRequestType: string Title:
UserRequestType
The action code of the user request. For example, to create, update, activate, disable, or delete a user. - userType: string Title:
UserType
Worker type of the user that identifies the organization-user relationship.
Nested Schema : Addresses
Type:
object
Title:
Addresses
The address information of the user.
Show Source Nested Schema : PhoneNumbers
Type:
object
Title:
PhoneNumbers
The user's phone number information.
Show Source Nested Schema : User
Type:
object
Title:
User
The user information in Oracle Fusion Cloud Applications.
Show Source Examples
The following example shows how to retrieve all the user requests by submitting a GET request on the REST resource using cURL.
curl -i -u "<username>:<password>" -X GET https://servername.fa.us2.oraclecloud.com/hcmRestApi/atomservlet/user/userRequests
Example of Response Header
The following shows an example of the response header.
Status: HTTP/1.1 200 OK Content-Type : application/json
Example of Response Body
The following example shows the contents of the response body in JSON format:
<?xml version='1.0' encoding='UTF-8'?> <feed xmlns="http://www.w3.org/2005/Atom"> <id>atomserver:userRequests:feed</id> <title type="text">User Requests</title> <link href="http://<host>:<port>/hcmRestApi/atomservlet/user/userRequests?page=1&page-size=10" rel="self"></link> <updated>2014-08-11T17:15:57.000Z</updated> <entry> <link href="http://<host>:<port>/hcmRestApi/atomservlet/user/userRequests/userRequests300100089891634" rel="edit"></link> <id>atomservlet:userRequests:userRequests300100089891634</id> <title type="text">Abradley_QA.Abradley_QA User CREATE</title> <updated>2016-11-28T08:35:50.000Z</updated> <author> <name>IT_SECURITY_MANAGER</name> </author> <summary type="text"></summary> <published>2016-11-28T08:35:50.000Z</published> <content type="text">{"id":"300100089880959","schemas":["urn:oracle:apps:scim:schemas:fa:1.0:UserRequest"],"user":{"id":"41C78D2719773027E050F50A5A0B07CE","name":{"familyName":"Abradley_QA","givenName":"Abradley_QA"},"active":true,"userName":"Abradley_QA2016Nov28_0032","emails":[{"primary":true,"value":"Abradley@oracle.com","type":"work"}],"displayName":"Abradley_QA Abradley_QA","preferredLanguage":"en"},"meta":{"lastModified":"2016-11-28T08:33:08Z","created":"2016-11-28T08:33:08Z"},"userRequestType":"CREATE"}</content> </entry> <entry> <link href="http://<host>:<port>/hcmRestApi/atomservlet/user/userRequests/userRequests300100089891619" rel="edit"></link> <id>atomservlet:userRequests:userRequests300100089891619</id> <title type="text">SOD.User 64102016Nov28_0848 User CREATE</title> <updated>2016-11-28T07:52:27.000Z</updated> <author> <name>FAAdmin</name> </author> <summary type="text"></summary> <published>2016-11-28T07:52:27.000Z</published> <content type="text">{"id":"300100089888912","schemas":["urn:oracle:apps:scim:schemas:fa:1.0:UserRequest"],"employeeNumber":"955160008185297","user":{"id":"41C78D2719753027E050F50A5A0B07CE","name":{"familyName":"User 64102016Nov28_0848","givenName":"SOD"},"active":true,"userName":"SODUser64102016Nov28_0848","emails":[{"primary":true,"value":"anjali.gandhi@oracle.com","type":"work"}],"displayName":"SOD User 64102016Nov28_0848","preferredLanguage":"en"},"meta":{"lastModified":"2016-11-28T07:49:46Z","created":"2016-11-28T07:49:46Z"},"userType":"EMP","userRequestType":"CREATE"}</content> </entry> <entry> <link href="http://<host>:<port>/hcmRestApi/atomservlet/user/userRequests/userRequests300100089826235" rel="edit"></link> <id>atomservlet:userRequests:userRequests300100089826235</id> <title type="text">Crystal.Wei User CREATE</title> <updated>2016-11-28T05:17:09.000Z</updated> <author> <name>TM-MFITZIMMONS</name> </author> <summary type="text"></summary> <published>2016-11-28T05:17:09.000Z</published> <content type="text">{"id":"300100089887746","schemas":["urn:oracle:apps:scim:schemas:fa:1.0:UserRequest"],"employeeNumber":"955160008185296","user":{"id":"41C78D2719743027E050F50A5A0B07CE","name":{"familyName":"Wei","givenName":"Crystal"},"active":true,"userName":"Crystal.Wei","displayName":"Crystal Wei","preferredLanguage":"en"},"meta":{"lastModified":"2016-11-28T05:14:28Z","created":"2016-11-28T05:14:28Z"},"userType":"EMP","userRequestType":"CREATE"}</content> </entry> <entry> <link href="http://<host>:<port>/hcmRestApi/atomservlet/user/userRequests/userRequests300100089826203" rel="edit"></link> <id>atomservlet:userRequests:userRequests300100089826203</id> <title type="text">Abradley_QA.Abradley_QA User CREATE</title> <updated>2016-11-25T13:15:58.000Z</updated> <author> <name>IT_SECURITY_MANAGER</name> </author> <summary type="text"></summary> <published>2016-11-25T13:15:58.000Z</published> <content type="text">{"id":"300100089884552","schemas":["urn:oracle:apps:scim:schemas:fa:1.0:UserRequest"],"user":{"id":"41C78D27195D3027E050F50A5A0B07CE","name":{"familyName":"Abradley_QA","givenName":"Abradley_QA"},"active":true,"userName":"Abradley_QA2016Nov25_0512","emails":[{"primary":true,"value":"Abradley@oracle.com","type":"work"}],"displayName":"Abradley_QA Abradley_QA","preferredLanguage":"en"},"meta":{"lastModified":"2016-11-25T13:13:37Z","created":"2016-11-25T13:13:37Z"},"userRequestType":"CREATE"}</content> </entry> <entry> <link href="http://<host>:<port>/hcmRestApi/atomservlet/user/userRequests/userRequests300100089825643" rel="edit"></link> <id>atomservlet:userRequests:userRequests300100089825643</id> <title type="text">Ben.Johnson User CREATE</title> <updated>2016-11-24T18:04:17.000Z</updated> <author> <name>FUSION</name> </author> <summary type="text"></summary> <published>2016-11-24T18:04:17.000Z</published> <content type="text">{"id":"300100089879437","schemas":["urn:oracle:apps:scim:schemas:fa:1.0:UserRequest"],"employeeNumber":"955160008184215","user":{"id":"41C78D2719563027E050F50A5A0B07CE","name":{"familyName":"Johnson","givenName":"Ben"},"active":true,"userName":"MS-TEST1","emails":[{"primary":true,"value":"Ben.Johnson@Oracle.com","type":"work"}],"displayName":"Ben Johnson","preferredLanguage":"en"},"meta":{"lastModified":"2016-11-24T18:02:03Z","created":"2016-11-24T18:02:03Z"},"userType":"EMP","userRequestType":"CREATE"}</content> </entry> <entry> <link href="http://<host>:<port>/hcmRestApi/atomservlet/user/userRequests/userRequests300100089826129" rel="edit"></link> <id>atomservlet:userRequests:userRequests300100089826129</id> <title type="text">STWAN_MR00815.STWAN User CREATE</title> <updated>2016-11-24T02:35:12.000Z</updated> <author> <name>FUSION</name> </author> <summary type="text"></summary> <published>2016-11-24T02:35:12.000Z</published> <content type="text">{"id":"300100089856999","schemas":["urn:oracle:apps:scim:schemas:fa:1.0:UserRequest"],"employeeNumber":"955160008185295","user":{"id":"41C78D84A5584C12E050F50A5A0B085B","name":{"familyName":"STWAN","givenName":"STWAN_MR00815"},"active":true,"userName":"STWAN_MR00815.STWAN@oracle.com","emails":[{"primary":true,"value":"STWAN_MR00815.STWAN@oracle.com","type":"work"}],"displayName":"STWAN_MR00815 STWAN","preferredLanguage":"en"},"meta":{"lastModified":"2016-11-24T02:33:03Z","created":"2016-11-24T02:33:03Z"},"userType":"EMP","userRequestType":"CREATE"}</content> </entry> <entry> <link href="http://<host>:<port>/hcmRestApi/atomservlet/user/userRequests/userRequests300100089826095" rel="edit"></link> <id>atomservlet:userRequests:userRequests300100089826095</id> <title type="text">Trump.THIAM_NOV23 User CREATE</title> <updated>2016-11-23T21:00:48.000Z</updated> <author> <name>HCM_USER2</name> </author> <summary type="text"></summary> <published>2016-11-23T21:00:48.000Z</published> <content type="text">{"id":"300100089856886","schemas":["urn:oracle:apps:scim:schemas:fa:1.0:UserRequest"],"employeeNumber":"966169008889131","user":{"id":"41C78D84A5554C12E050F50A5A0B085B","name":{"familyName":"THIAM_NOV23","givenName":"Trump"},"active":true,"userName":"Trump.THIAM_NOV23","displayName":"Trump THIAM_NOV23","preferredLanguage":"en"},"meta":{"lastModified":"2016-11-23T20:58:41Z","created":"2016-11-23T20:58:41Z"},"userType":"PWK","userRequestType":"CREATE"}</content> </entry> <entry> <link href="http://<host>:<port>/hcmRestApi/atomservlet/user/userRequests/userRequests300100089825574" rel="edit"></link> <id>atomservlet:userRequests:userRequests300100089825574</id> <title type="text">Proposed_11-30.THIAM_NOV23 User CREATE</title> <updated>2016-11-23T20:43:16.000Z</updated> <author> <name>HCM_USER2</name> </author> <summary type="text"></summary> <published>2016-11-23T20:43:16.000Z</published> <content type="text">{"id":"300100089850450","schemas":["urn:oracle:apps:scim:schemas:fa:1.0:UserRequest"],"employeeNumber":"966169008889129","user":{"id":"41C78D27194E3027E050F50A5A0B07CE","name":{"familyName":"THIAM_NOV23","givenName":"Proposed_11-30"},"active":true,"userName":"Proposed_11-30.THIAM_NOV23","displayName":"Proposed_11-30 THIAM_NOV23","preferredLanguage":"en"},"meta":{"lastModified":"2016-11-23T20:41:09Z","created":"2016-11-23T20:41:09Z"},"userType":"PWK","userRequestType":"CREATE"}</content> </entry> <entry> <link href="http://<host>:<port>/hcmRestApi/atomservlet/user/userRequests/userRequests300100089825560" rel="edit"></link> <id>atomservlet:userRequests:userRequests300100089825560</id> <title type="text">AccRetest.Chenoweth User CREATE</title> <updated>2016-11-23T20:43:02.000Z</updated> <author> <name>HCM_USER2</name> </author> <summary type="text"></summary> <published>2016-11-23T20:43:02.000Z</published> <content type="text">{"id":"300100089850479","schemas":["urn:oracle:apps:scim:schemas:fa:1.0:UserRequest"],"employeeNumber":"966169008889130","user":{"id":"41C78D84A5544C12E050F50A5A0B085B","name":{"familyName":"Chenoweth","givenName":"AccRetest"},"active":true,"userName":"AccRetest.Chenoweth","displayName":"AccRetest Chenoweth","preferredLanguage":"en"},"meta":{"lastModified":"2016-11-23T20:40:55Z","created":"2016-11-23T20:40:55Z"},"userType":"EMP","userRequestType":"CREATE"}</content> </entry> <entry> <link href="http://<host>:<port>/hcmRestApi/atomservlet/user/userRequests/userRequests300100089825524" rel="edit"></link> <id>atomservlet:userRequests:userRequests300100089825524</id> <title type="text">Fatou.THIAM_NOV23 User CREATE</title> <updated>2016-11-23T20:28:13.000Z</updated> <author> <name>HR_SPEC_ALL</name> </author> <summary type="text"></summary> <published>2016-11-23T20:28:13.000Z</published> <content type="text">{"id":"300100089851445","schemas":["urn:oracle:apps:scim:schemas:fa:1.0:UserRequest"],"employeeNumber":"955160008185294","user":{"id":"41C78D84A5534C12E050F50A5A0B085B","name":{"familyName":"THIAM_NOV23","givenName":"Fatou"},"active":true,"userName":"Fatou.THIAM_NOV23","displayName":"Fatou THIAM_NOV23","preferredLanguage":"en"},"meta":{"lastModified":"2016-11-23T20:26:06Z","created":"2016-11-23T20:26:06Z"},"userType":"EMP","userRequestType":"CREATE"}</content> </entry> </feed>