Teams
Respond to invitation
Accept or decline a team invitation by setting its status.
PATCH
Authorizations
OAuth2 client-credentials flow against the Dealroom Auth0 tenant. Use the client_id / client_secret from a Programmatic API key. Tokens are valid for 24h — Swagger UI will reuse the same token across operations.
Path Parameters
Invitation token (UUID v4)
Example:
"550e8400-e29b-41d4-a716-446655440000"
Body
application/json
New invitation status
Available options:
accepted, declined Example:
"accepted"
Response
Invitation accepted, member added