ACCEPT INVITATION

Syntax

ACCEPT INVITATION invitation_id;

Description

This command accepts an invitation to join an Organization.

You can list any pending invitations with LIST MY INVITATIONS.

Arguments

invitation_id

Specifies the id of the invitation to accept.

Examples

<no-organization># LIST MY INVITATIONS;
             Invitation ID             | Org name |                            Org ID    | State   
---------------------------------------+----------+--------------------------------------+----------
  e74f0c3b-4831-4b37-8122-320e25eb9b3e | myorg    | 1de25325-5b99-474e-9640-1fe9dd3dc71b | PENDING 
<no-organization># ACCEPT INVITATION e74f0c3b-4831-4b37-8122-320e25eb9b3e;
<no-db>/<no-store># LIST ORGANIZATIONS;
  Current |                  ID                  | Name  |  Owner   |        Created at         |        Updated at          
----------+--------------------------------------+-------+----------+---------------------------+----------------------------
  ✓       | 1de25325-5b99-474e-9640-1fe9dd3dc71b | myorg | orgadmin | 2022-08-17T19:05:08-07:00 | 2022-08-17T19:05:08-07:00  

Last updated