﻿---
title: cloud orgs get-organization-invitation cli command
description: Get organization invitation Behaviour flags: --dry-run — validate all inputs and exit without performing any action 
url: https://docs-v3-preview.elastic.dev/elastic/cli/pull/573/cli/cloud/orgs/get-organization-invitation
---

# cloud orgs get-organization-invitation cli command
<cli-modifiers>
</cli-modifiers>

```bash
elastic cloud orgs get-organization-invitation \
  --invitation-token <invitation-token> \
  [options]
```

Get organization invitation
**Behaviour flags:**
`--dry-run` — validate all inputs and exit without performing any action

## Options

<definitions>
  <definition term="--invitation-token string required">
    Organization invitation token
  </definition>
  <definition term="--input-file string">
    path to a JSON file to use as command input
  </definition>
  <definition term="--dry-run">
    validate all inputs and exit without performing any action (preview changes without applying them)
  </definition>
</definitions>


## Global Options

<definitions>
  <definition term="--json">
    output as JSON
  </definition>
</definitions>