cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the business role changed date and time details of SAP C4C user accounts in bulk

syed_muheed
Participant
0 Kudos

Hi Experts,

How to get the business role changed date and time details of SAP C4C user accounts in bulk?

 

Regards,

Muheed Syed

 

Accepted Solutions (1)

Accepted Solutions (1)

Mei_Xing
Advisor
Advisor
0 Kudos

Hi Muheed,

You are able to using the OData service with BusinessUserBusinessRoleAssignmentCollection to extract the business role changed date and time details.

For example:
https://myxxxx<host>.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/BusinessUserBusinessRoleAssignmentCollection

Or you can also use the filter to extract the required business user:

https://myxxx<host>.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/BusinessUserBusinessRoleAssignmentCollection?$filter=UserID eq 'xxxx'

If you'd like to export with excel document, you are able to use the Data Workbench Tool:

>> Go to Data Workbench work center -> Export work center view -> Standard Object -> Business User -> You are able to export all data or filter with conditions -> Export.

 

Best Regards,

Mei

syed_muheed
Participant
0 Kudos
Thank you so much Mei!!

Answers (0)