Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

SP Rest API support for adding Groups #47

Open
DavidPratten opened this issue Jan 17, 2019 · 2 comments
Open

SP Rest API support for adding Groups #47

DavidPratten opened this issue Jan 17, 2019 · 2 comments
Assignees

Comments

@DavidPratten
Copy link

DavidPratten commented Jan 17, 2019

It appears that SP REST Api support for adding and updating groups is relatively weak compared wtih other APIs. Is there anything that can be done witha d]

@gitbrent
Copy link
Owner

Something like these methods?

sprLib.site().groups().create('QA-Owners')
sprLib.site().groups('Dev-Owners').addUser({ id:12345 })
sprLib.site().groups('Dev-Owners').removeUser({ id:12345 })

@gitbrent gitbrent self-assigned this Jan 18, 2019
@DavidPratten
Copy link
Author

DavidPratten commented Jan 18, 2019 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants