Accept join request
POST/api/v1/workspaces/:workspaceId/join-requests/:userId/accept
Required API-key permission: USERS_UPDATE — Update member roles
Accepts a pending join request: adds the user as a member (role USER) and notifies them.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Accept join request
Validation error
Missing or invalid credentials
Insufficient permissions
No pending join request.