User-related API environment
Production user-related API docs
These pages describe the Production user-related API stack.
Use production OAuth credentials, production API base URLs, and production app URLs when following this documentation.
Need to test before going live? Switch to the Pre-live docs using the environment switcher above.
Reject a Closed-group membership request
Reject a Closed-group membership request
Path Parameters
groupId number required
userId string required
Responses
- 200
- 403
- 404
The pending request was rejected
The current user is not a group admin
The pending request does not exist
Loading...