POST
/
invitations
/
{invitationKey}
Accept invitation by key
curl --request POST \
  --url https://console.gmicloud.com/api/v1/invitations/{invitationKey} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

An access token used to authenticate a user and grant access to restricted APIs. It is issued by session APIs. For status codes related to this header, refer to the Common Headers Documentation.

Path Parameters

invitationKey
string
required

The invitation key for joining an existing organization.

Example:

"CB8OZUZQUxddQG9DTAlGXg9Ea0IBV18EQ25FTFhAUVtcakdRU0JVRGUaDxodEwwdNhwLWRNVEToRAlVNSlQKbxFIVxcDTHIRA1oQSlsLPUoHB0FdRD5CUA"

Response

Successfully accepted the invitation.