Accept Space Invitation
AcceptSpaceInvitation accepts a pending invitation and creates a membership.
Path Parameters
space*string
The space id.
invitation*string
The invitation id.
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/spaces/string/invitations/string:accept" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "name": "string", "user": "string", "role": "ROLE_UNSPECIFIED"}