Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

We need to have a list where contributors request new users to be added to a site. The site owner then needs to approve this request on the list (the users wnat to see the progress of their request as well as additional info about the users contained in the list. Once (if) approved the new user needs to be added to the specific group as requested.

I'd really prefer to avoid the Site Owner having to BOTH approve the list item AND still have to go and add the new user to the relevant SharePoint Group (eg viewer/contributor/etc) - can this be done in SPD 2010 (we are running SharePoint 2010 Enterprise licence)?

share|improve this question

1 Answer

Not that I'm aware of. Third party workflow tools like Nintex workflow allow you to call Sharepoint web services, so in these instances I've been able to add users to groups in workflow.

To do the same in SPD, you'd need to develop your own workflow actions to do that(or get a third party workflow tool like Nintex Workflow or K2), then use impersenation steps to add the user to a group.

share|improve this answer

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.