REJECT INVITATION
Syntax
REJECT INVITATION invitation_id;
Description
This command rejects an invitation that was sent to the current User to join an Organization.
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 | [email protected] |
+--------------------------------------+------------+-------------------------------------+
<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