-
Notifications
You must be signed in to change notification settings - Fork 56
Allow an admin account to manage Circles using ocs #641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow an admin account to manage Circles using ocs #641
Conversation
|
Request will be in the form: As we can see in the screenshot, |
|
more route will be added, but the main part of the edit is here: allow an admin to manage the app |
Signed-off-by: Maxence Lange <[email protected]>
0caa084 to
37c3c70
Compare
|
/backport to stable22 |
|
Some examples: Creating a circleCreating a circle under the identity of
This will return the information about the freshly generated Circle: The important information here is the Adding member to a Circle:Adding
This will returns information about the added member: The important information here is the If you know the Removing a Member:Removing member
|
listing members from a Circle:
listing Circles available to a User:
Changing the level of a Member:
List of available levels: Member, Moderator, Admin, Owner Change the type/config of a Circle
Note: the value is a bitwise flag, based on those values: In our example, we used 8+16+64=88 making the Circles OPEN, VISIBLE and JOINREQUEST, meaning that people can see the Circles in the listing, can join it but a request to join the Circles needs to be confirmed by a Moderator. |

No description provided.