action n_auth_get_html_enrol { label: "Generate HTML to enrol a new user" description: "Generate HTML to enrol a new user. Required permission: 'sessions'.\n" provider: n_auth method: GET path: "/servers/{serverid}/sessions/html/enrol" encoding: json input: { type: "object" properties: { "X-nonce": { type: "string" } name: { type: "string" } serverid: { type: "string" } userid: { type: "string" } } required: ["X-nonce", "serverid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }