Sarah-Beth,
Thank you for your prompt reply.
Here is further explanation of the use case:
I have a system that assigns Auditors to individual students. Theses auditors and their associated students are managed in our Student Management System (SMS).
The system I have set up to create the users assigned the “Learner Services Advisor” role (at the org unit level) in D2L first gets a listing of those users assigned the “Learner Services Advisor” role in D2L and compares that list to a list of advisors from the SMS. The difference between the user (advisor) list from D2L and the list from the SMS indicates if I need to create new users (advisors) in D2L or if I need to inactive an advisor in D2L.
I would like to make a single call to the Valence API to get the list of advisors (users in the “Learner Services Advisor” role) from D2L rather than making an individual calls to the API for each individual user based on their orgDefinedId, which doesn’t return Role Information for the organization level.
Currently I use the old Webservices to get users in a given role…
Thank you,
Pat