Joining and resets
Decide join request
DecideJoinRequest approves or ignores a request for an account. Ignoring is silent and never notifies the sender.
Path Parameters
requestUid*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/api/v1/requests/join/string:decide" \ -H "Content-Type: application/json" \ -d '{}'{}