nooks
GitHubInstall
Sessions and passwords

Request join

RequestJoin asks an Admin for an account. It is how a Visitor gets in when public signup is off, which is the default.

POST
/api/v1/auth/join-requests

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/auth/join-requests" \  -H "Content-Type: application/json" \  -d '{}'
{  "requestUid": "string"}