We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
POST /team/join/{id}
MAX_TEAM_MEMBERS
POST /team/leave
POST /team/remove
The text was updated successfully, but these errors were encountered:
libkush
No branches or pull requests
POST /team/join/{id}
Allow any user to join a team with it's ID, as long as total team members <
MAX_TEAM_MEMBERS
POST /team/leave
Allow any user to leave the team he/she is in.
POST /team/remove
Allow team leaders to remove members from their team. Admins can remove members from teams too.
The text was updated successfully, but these errors were encountered: