entra multitenant add
Creates a new multitenant organization
Usage
m365 entra multitenant add [options]
Options
-n, --displayname <displayName>Display name for the multitenant organization.
-d, --description [description]Description for the multitenant organiztion.
-h, --help [help]Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options,examples,remarks,permissions,response,full. Default isoptions.--query [query]JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]Output type.
json,text,csv,md,none. Defaultjson.--verboseRuns command with verbose logging.
--debugRuns command with debug logging.
Remarks
To use this command you must be at least Security Administrator.
Permissions
- Delegated
- Application
| Resource | Permissions |
|---|---|
| Microsoft Graph | MultiTenantOrganization.ReadWrite.All |
| Resource | Permissions |
|---|---|
| Microsoft Graph | MultiTenantOrganization.ReadWrite.All |
Examples
Create a new multitenant organization with display name only.
m365 entra multitenant add --displayName 'Contoso organization'
Create a new multitenant organization with display name and description.
m365 entra multitenant add --displayName 'Contoso organization' --description 'Multitenant organization between Contoso, Fabrikam, and Woodgrove Bank'
Response
- JSON
- Text
- CSV
- Markdown
{
"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"
}
createdDateTime: 2024-05-05T05:05:05Z
description : Multitenant organization between Contoso, Fabrikam, and Woodgrove Bank
displayName : Contoso organization
id : c231d4a5-138f-4bdf-9fee-f26a90ea3ad0
state : active
id,createdDateTime,state,displayName,description
c231d4a5-138f-4bdf-9fee-f26a90ea3ad0,2024-05-05T05:05:05Z,active,Contoso organization,"Multitenant organization between Contoso, Fabrikam, and Woodgrove Bank"
# entra multitenant add
Date: 5/5/2024
## Contoso organization (c231d4a5-138f-4bdf-9fee-f26a90ea3ad0)
Property | Value
---------|-------
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
- Multitenant organization: https://learn.microsoft.com/entra/identity/multi-tenant-organizations/overview