Skip to main content

entra multitenant get

Gets properties of the multitenant organization

Usage

m365 entra multitenant get [options]

Options

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is options.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md, none. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

info

To use this command you must be at least Security Administrator.

Examples

Gets properties of the multitenant organization

m365 entra multitenant get

Response

{
"id": "c231d4a5-138f-4bdf-9fee-f26a90ea3ad0",
"createdDateTime": "2024-05-05T05:05:05Z",
"state": "active",
"displayName": "Contoso organization",
"description": "Multitenant organization between Contoso, Fabrikam, and Woodgrove Bank"
}

More information

CTRL + M