Get a resource user
/crmRestApi/resources/11.13.18.05/resourceUsers/{resourceUsersUniqID}
Request
-
resourceUsersUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Resource Users resource and used to uniquely identify an instance of Resource Users. The client should not generate the hash key value. Instead, the client should query on the Resource Users collection resource in order to navigate to a specific instance of Resource Users to get the hash key.
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
- application/json
Default Response
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
object-
AddressLine1: string
Title:
Address Line 1Maximum Length:240The first line of the address of the resource. -
AddressLine2: string
Title:
Address Line 2Maximum Length:240The second line of the address of the resource. -
BusinessUnit: string
Title:
Business UnitThe name of the business unit associated with the resource. -
City: string
Title:
CityRead Only:trueMaximum Length:60The name of the city provided in the resource's address. -
Country: string
Title:
CountryRead Only:trueMaximum Length:2The name of the country provided in the resource's address. -
County: string
Title:
CountyMaximum Length:60The name of the county provided in the resource's address. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreateUserAccountFlag: boolean
Title:
Create User AccountIndicates whether a user account can be created for the resource. The default value is true. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the record was created. -
DeleteFlag: boolean
Read Only:
trueIndicates if the user can delete the resource. -
FaxCountryCode: string
Title:
Phone Country CodeMaximum Length:10The country code of the fax. -
FirstName: string
Title:
First NameMaximum Length:150The first name of the resource. -
FormattedAddress: string
Title:
AddressRead Only:trueMaximum Length:255The primary formatted address of the resource. -
HireDate: string
(date)
Title:
Hire DateThe date when the resource was hired. -
HRManagerEmailAddress: string
Title:
HR Manager EmailThe email address of the human resource manager of the resource. -
IndividualRoleCode: string
Title:
Individual Role CodeMaximum Length:255The special individual role of the user. -
IndividualRoleEndDate: string
(date)
Title:
Individual Role End DateThe date when the individual role ends. -
IndividualRoleStartDate: string
(date)
Title:
Individual Role Start DateThe date when the individual role starts. -
JobCode: string
Title:
Job CodeThe job code assigned to the resource. -
JobTitle: string
Title:
Job TitleRead Only:trueThe title of the job assigned to the resource. -
LastName: string
Title:
Last NameMaximum Length:150The last name of the resource. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LegalEntity: string
Title:
Legal EntityThe name of the legal entity of associated with the resource. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MiddleName: string
Title:
Middle NameMaximum Length:60The middle name of the resource. -
MobilePhoneCountryCode: string
Title:
Phone Country CodeMaximum Length:10The country code associated with the mobile phone. -
PartyName: string
Title:
Resource NameRead Only:trueMaximum Length:360The name of the person. -
PersonNumber: string
Title:
Person NumberRead Only:trueThe person number identifier of the worker record of the resource. -
PersonType: string
Title:
Person TypeThe type of the work relationship of a worker associated with the resource. For exampe, Employee, Contingent, or Worker. -
PostalCode: string
Title:
Postal CodeRead Only:trueMaximum Length:60The postal code for the address of resource. -
Province: string
Title:
ProvinceMaximum Length:60The name of the province provided in the resource's address. -
RawFaxNumber: string
Title:
FaxMaximum Length:60The fax number of the resource in raw format. -
RawMobilePhoneNumber: string
Title:
Mobile PhoneMaximum Length:60The mobile phone number of the resource. -
RawWorkPhoneNumber: string
Title:
Work PhoneMaximum Length:60The resource's work phone number in raw format. -
ResourceEmail: string
Title:
EmailMaximum Length:320The email address of the resource. -
ResourceEndDate: string
(date)
Title:
To DateThe date up to which the resource is active. -
ResourceManagerFirstName: string
Title:
Manager First NameMaximum Length:255The first name of the reporting manager of the resource. -
ResourceManagerLastName: string
Title:
Manager Last NameMaximum Length:255The last name of the reporting manager of the resource. -
ResourceManagerName: string
Title:
Manager NameMaximum Length:255The name of the manager of the resource. -
ResourceManagerPartyId: integer
Title:
Manager Party IDRead Only:trueThe unique identifier of the reporting manager of the resource. -
ResourceManagerPartyNumber: string
Title:
Manager Party NumberRead Only:trueMaximum Length:255The unique public identifier of the reporting manager of the resource. -
ResourceOrganizationName: string
Title:
OrganizationMaximum Length:255The name of the resource organization associated to the resource in managerial role. -
ResourceOrganizationUsage: string
Title:
Organization UsageRead Only:trueMaximum Length:255The usage type of the resource organization. For example, Sales or Marketing. -
ResourceOrgManagerEmail: string
Title:
Manager EmailMaximum Length:255The email address of the reporting manager of the resource. -
ResourceOrgMemRoleEndDate: string
(date)
Title:
Membership Role End DateThe date when the membership of the resource ends. -
ResourceOrgMemRoleStartDate: string
(date)
Title:
Organization Membership Role Start DateThe date when the resource becomes a member of the organization. -
ResourceOrgRoleCode: string
Title:
Organization Role CodeMaximum Length:255The code indicating the role of the resource in association with organization membership. For example, SALES_REPRESENTATIVE or SALES_MANAGER. -
ResourceOrgRoleName: string
Read Only:
trueMaximum Length:255The role that defines the function of the resource in an organization or hierarchy. -
ResourceParentOrganizationName: string
Title:
Parent OrganizationMaximum Length:255The name of the organization to which the manager of the resource is associated. -
ResourcePartyId: integer
(int64)
Title:
Party IDThe unique identifier of the party associated with the resource. -
ResourcePartyNumber: string
Title:
Party NumberMaximum Length:30The unique identifier of the party associated with the resource. -
ResourceProfileId: integer
(int64)
Title:
Profile IDRead Only:trueThe unique identifier of the profile of the resource. -
ResourceRoleAssign: array
Resource Role Assignments
Title:
Resource Role AssignmentsThe resource role assignments resource is used to view the role assigned to a resource, such as implementer, reseller, and so on. -
ResourceStartDate: string
(date)
Title:
Resource Start DateThe date when the resource becomes active. -
ResourceType: string
Title:
UsageThe type of the resource. -
State: string
Title:
StateMaximum Length:60The name of the state provided in the resource's address. -
TimezoneCode: string
Title:
Time Zone CodeMaximum Length:64The code for the time zone of the resource. -
Title: string
Title:
TitleMaximum Length:60The title preceding the name of the resource. -
TopResourceFlag: boolean
Title:
Root ResourceDefault Value:falseIndicates whether the resource is top user in hierarchy. -
UpdateFlag: boolean
Title:
Update AccessRead Only:trueIndicates if the user can update the resource. -
Username: string
Title:
User NameRead Only:trueThe user name or account name, used for login, of the resource user. -
UserStatus: string
Title:
User Account StatusMaximum Length:255Indicates the the status of the user account for the resource. The supported values are A for active and S for suspended. The status is set to A for new accounts. -
WorkPhoneCountryCode: string
Title:
Phone Country CodeMaximum Length:10The country code associated with the work phone.
arrayLinksarrayResource Role Assignmentsobject-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
object-
EndDateActive: string
(date)
Title:
To DateThe date when the resource role becomes inactive. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PartyName: string
Title:
ResourceMaximum Length:360The name of the party. -
RoleCode: string
Read Only:
trueMaximum Length:30The value of the code for the role assigned to the resource. -
RoleId: integer
Title:
RoleThe unique identifier of the role. -
RoleRelateId: integer
Read Only:
trueRole Relation identifier (PK) -
RoleResourceId: integer
The unique identifier of the resource role.
-
StartDateActive: string
(date)
Title:
From DateThe date when the resource role become active.
arrayLinks- FaxCountryCodeVA
-
The following properties are defined on the LOV link relation:
- Source Attribute: FaxCountryCode; Target Attribute: PhoneCountryCode
- Display Attribute: PhoneCountryCode, TerritoryShortName
- MobilePhoneCountryCodeVA
-
The following properties are defined on the LOV link relation:
- Source Attribute: MobilePhoneCountryCode; Target Attribute: PhoneCountryCode
- Display Attribute: PhoneCountryCode, TerritoryShortName
- ResourceRoleAssign
-
Operation: /crmRestApi/resources/11.13.18.05/resourceUsers/{resourceUsersUniqID}/child/ResourceRoleAssignParameters:
- resourceUsersUniqID:
$request.path.resourceUsersUniqID
The resource role assignments resource is used to view the role assigned to a resource, such as implementer, reseller, and so on. - resourceUsersUniqID:
- WorkPhoneCountryCodeVA
-
The following properties are defined on the LOV link relation:
- Source Attribute: WorkPhoneCountryCode; Target Attribute: PhoneCountryCode
- Display Attribute: PhoneCountryCode, TerritoryShortName
Examples
The following example shows how to get a Resource User by submitting a GET request on the REST resource using cURL.
cURL Command
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/resourceUsers/CDRM_977317
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"ResourceProfileId": 300100187632523,
"PartyName": "Lokesh Chugh",
"LastUpdateDate": "2020-07-23T08:23:09.908+00:00",
"LastUpdatedBy": "MHoope",
"CreationDate": "2020-07-23T08:22:33.003+00:00",
"CreatedBy": "MHoope",
"ResourceType": "INDIVIDUAL",
"FormattedAddress": "Line 1,5 Cross,FLORENCE, CA 90001",
"TimezoneCode": null,
"Username": "LOKESHCHUGH",
"City": "Florence",
"Country": "US",
"PostalCode": "90001",
"UpdateFlag": "true",
"DeleteFlag": "false",
"ResourceOrgRoleCode": "SALES_REPRESENTATIVE",
"ResourceOrgRoleName": "Salesperson",
"FirstName": "Lokesh",
"LastName": "Chugh",
"MiddleName": null,
"Title": "MR.",
"ResourcePartyNumber": "CDRM_977317",
"State": "CA",
"ResourceEmail": "lokesh.chugh.01@oracle.com",
"RawWorkPhoneNumber": "6505061410",
"RawMobilePhoneNumber": "659123457",
"RawFaxNumber": null,
"AddressLine1": "Line 1",
"AddressLine2": "5 Cross",
"ResourceStartDate": "2020-07-23",
"ResourceEndDate": "4712-12-31",
"ResourcePartyId": 300100187632524,
"ResourceOrganizationName": "Alan Tan Org",
"ResourceOrganizationUsage": "SALES_RESOURCE_ORG",
"ResourceOrgMemRoleEndDate": "4712-12-31",
"ResourceParentOrganizationName": "Alan Tan Org",
"ResourceOrgManagerEmail": "alan.tan.01@oracle.com",
"ResourceManagerName": "Alan Tan",
"ResourceManagerFirstName": "Alan",
"ResourceManagerLastName": "Tan",
"HRManagerEmailAddress": null,
"HireDate": "2020-07-23",
"ResourceOrgMemRoleStartDate": "2020-07-23",
"IndividualRoleCode": "SALES_REPRESENTATIVE",
"IndividualRoleStartDate": "2020-07-23",
"IndividualRoleEndDate": "4712-12-31",
"ResourceManagerPartyNumber": "CDRM_977314",
"County": null,
"Province": null,
"ResourceManagerPartyId": 300100187632390,
"TopResourceFlag": null,
"FaxCountryCode": null,
"WorkPhoneCountryCode": "1",
"MobilePhoneCountryCode": "1",
"PersonNumber": "300100187632535",
"BusinessUnit": "Vision Operations",
"LegalEntity": "Vision Corporation",
"JobCode": null,
"JobTitle": null,
"UserStatus": "A",
"PersonType": "EMP",
"CreateUserAccountFlag": null,
"links": [
...
]
}Note:
RecordSet is a lookup type. You can filter resources using RecordSet. Record Sets are supported in Resource REST and Resource User REST with the following values:- ORA_MYDIRECTS- My direct reports: Resources who are my direct reports.
- ORA_MYREPORTEES- All my direct and indirect reports: Resources who are my direct or indirect reports.
- ORA_MYMANAGERANDPEERS- My manager and my peers: Resources who are my peers or is my manager.
Example of URL
https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/resourceUsers?q=RecordSet='ORA_MYMANAGERANDPEERS'
Get an Internal Resource by Email
The following example shows how to get a Resource User by specifying the email ID in the ResourceEmail finder by submitting a GET request on the REST resource using cURL.
cURL Command
curl --user
sales_cloud_user -X GET -d @example_request_payload.json https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/resourceUsers?q=ResourceEmail='john.smith@dnd.vision.com'Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"PartyName": "John Smith",
"ResourceType": "INDIVIDUAL",
"FormattedAddress": "500 Oracle Parkway,REDWOOD CITY, CA 944065",
"Username": "jsmith439906587",
"City": "Redwood City",
"Country": "US",
"PostalCode": "944065",
"FirstName": "John",
"LastName": "Smith",
"ResourcePartyNumber": "Conta504976",
"State": "CA",
"ResourceEmail": "john.smith@dnd.vision.com",
"RawWorkPhoneNumber": "6505061212",
"RawMobilePhoneNumber": null,
"RawFaxNumber": null,
"AddressLine1": "500 Oracle Parkway",
"ResourceOrganizationName": "JSmithOrg",
"ResourceOrganizationUsage": "SALES_RESOURCE_ORG",
"ResourceOrgMemRoleEndDate": "4712-12-31",
"ResourceOrgRoleCode":"SALES_MANAGER",
"ResourceParentOrganizationName" : "NA Sales",
"ResourceManagerFirstName": "Phil",
"ResourceManagerLastName": "Gioco",
"HRManagerEmailAddress": "hrMan247134917@vision.com",
"HireDate": "2018-08-20",
"ResourceOrgMemRoleStartDate": "2018-08-20",
"ResourceManagerPartyNumber": "100010034246635",
"ResourceManagerPartyId": 100010034246635,
"PersonNumber": "300100159661235",
"BusinessUnit": "Vision Corporation Enterprise",
"LegalEntity": "Vision Corporation",
"UserStatus": "A",
"PersonType": "EMP",
"CreateUserAccountFlag": null,
...
}Get an Internal Resource by User Name
The following example shows how to get a Resource User by specifying the specifying the user name in the Username finder by submitting a GET request on the REST resource using cURL. For more such examples see Manage Sales Resource Life Cycle.
cURL Command
curl --user
sales_cloud_user -X GET -d @example_request_payload.json https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/resourceUsers?q=Username='jdoe439906587'Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"PartyName": "Jane Doe",
"ResourceType": "INDIVIDUAL",
"FormattedAddress": "500 Oracle Parkway,REDWOOD CITY, CA 944065",
"Username": "jdoe439906587",
"City": "Redwood City",
"Country": "US",
"PostalCode": "944065",
"FirstName": "John",
"LastName": "Smith",
"ResourcePartyNumber": "Conta765976",
"State": "CA",
"ResourceEmail": "jane.doe@dnd.vision.com",
"RawWorkPhoneNumber": "6505061212",
"RawMobilePhoneNumber": null,
"RawFaxNumber": null,
"AddressLine1": "500 Oracle Parkway",
"ResourceOrganizationName": "JSmithOrg",
"ResourceOrganizationUsage": "SALES_RESOURCE_ORG",
"ResourceOrgMemRoleEndDate": "4712-12-31",
"ResourceOrgRoleCode":"SALES_REPRESENTATIVE",
"ResourceParentOrganizationName" : "NA Sales",
"ResourceManagerFirstName": "Phil",
"ResourceManagerLastName": "Gioco",
"HRManagerEmailAddress": "hrMan247134917@vision.com",
"HireDate": "2018-08-20",
"ResourceOrgMemRoleStartDate": "2018-08-20",
"ResourceManagerPartyNumber": "100010034246635",
"ResourceManagerPartyId": 100010034246635,
"PersonNumber": "300100159661235",
"BusinessUnit": "Vision Corporation Enterprise",
"LegalEntity": "Vision Corporation",
"UserStatus": "A",
"PersonType": "EMP",
"CreateUserAccountFlag": null,
...
}