File: //snap/google-cloud-cli/current/help/man/man1/gcloud_alpha_organizations_describe.1
.TH "GCLOUD_ALPHA_ORGANIZATIONS_DESCRIBE" 1
.SH "NAME"
.HP
gcloud alpha organizations describe \- show metadata for an organization
.SH "SYNOPSIS"
.HP
\f5gcloud alpha organizations describe\fR \fIORGANIZATION_ID\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\fR Shows metadata for an organization, given a valid organization ID.
If an organization domain is supplied instead, this command will attempt to find
the organization by domain name.
This command can fail for the following reasons:
.RS 2m
.IP "\(bu" 2m
The organization specified does not exist.
.IP "\(bu" 2m
The active account does not have permission to access the given organization.
.IP "\(bu" 2m
The domain name supplied does not correspond to a unique organization ID.
.RE
.sp
.SH "EXAMPLES"
The following command prints metadata for an organization with the ID
\f53589215982\fR:
.RS 2m
$ gcloud alpha organizations describe 3589215982
.RE
The following command prints metadata for an organization associated with the
domain \f5\fIexample.com\fR\fR:
.RS 2m
$ gcloud alpha organizations describe example.com
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fIORGANIZATION_ID\fR
ID or domain for the organization you want to describe.
.RE
.sp
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-access\-token\-file, \-\-account,
\-\-billing\-project, \-\-configuration, \-\-flags\-file, \-\-flatten,
\-\-format, \-\-help, \-\-impersonate\-service\-account, \-\-log\-http,
\-\-project, \-\-quiet, \-\-trace\-token, \-\-user\-output\-enabled,
\-\-verbosity.
Run \fB$ gcloud help\fR for details.
.SH "NOTES"
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation\-only early access
allowlist. These variants are also available:
.RS 2m
$ gcloud organizations describe
.RE
.RS 2m
$ gcloud beta organizations describe
.RE