Tell me more ×
Salesforce Stack Exchange is a question and answer site for Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.

Is there a way to query a list of delegated administrators? I looked in the list of objects available to query in Force.com Explorer and can't find any objects that look like they would have this information.

I'm open to any approach to get a list of delegated admins: using the metadata api, Apex code or SOQL.

share|improve this question

2 Answers

up vote 1 down vote accepted

I finally got an official response from Salesforce that Delegated Administrators is not available via the API.

share|improve this answer

If you want to query using SOQL, then I am afraid there is no way of getting hold of delegated administrators. There is a "DelegatedApproverId" field on the user object that you can query, if that helps.

Anup

share|improve this answer
Do you know of any way to get at the Delegated Admins in code or metadata api? We have a really big org with lots of delegated admins and I'd like to generate a report. I'm not interested in Delegated Approvers. – Daniel Hoechst Aug 2 '12 at 21:50

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.