REJECT INVITATION

Syntax

REJECT INVITATION invitation_id;

Description

You can list pending User invitations with LIST INVITATIONS.

Arguments

invitation_id

Specifies the id of the invitation to reject.

Examples

<no-organization># LIST MY INVITATIONS;
+--------------------------------------+------------+-------------------------------------+
|  ID                                  |  Org Name  |  Invited By                         |
+======================================+============+=====================================+
| 19cded99-3014-431b-905c-a25354ea011c | test       | team_manager@deltastream.io         |
+--------------------------------------+------------+-------------------------------------+
<no-organization># REJECT INVITATION 19cded99-3014-431b-905c-a25354ea011c;
+------------+--------------------------------------+------------+------------------------------------------+
|  Type      |  Name                                |  Command   |  Summary                                 |
+============+======================================+============+==========================================+
| invitation | 19cded99-3014-431b-905c-a25354ea011c | UPDATE     | invitation to join organization          |
|            |                                      |            | "d39511ce-c918-4637-9524-163183452274"   |
|            |                                      |            | was rejected                             |
+------------+--------------------------------------+------------+------------------------------------------+

Last updated