Skip to main content

Accept pending invitation

Accept pending invitation queued for an organization. The user will be added to the organization and groups defined in the invitation

Path Parameters
    orgId string required
    id string required
Responses

A successful response.


Schema

    object

POST /v1beta1/organizations/:orgId/invitations/:id/accept

Authorization

name: Basic type: httpdescription: use Client ID as username and Client Secret as passwordin: headerscheme: basic

Request

Base URL
http://127.0.0.1:7400
Security Scheme
Username
Password
orgId — path required
id — path required
curl / cURL
curl -L -X POST 'http://127.0.0.1:7400/v1beta1/organizations/:orgId/invitations/:id/accept' \
-H 'Accept: application/json'