You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks good to me! The only extra thing I'd suggest is adding the following remark from the Graph documentation into our docs as well:
Applications granted the User.Read permission are able to read only the id, displayName, and verifiedDomains properties of the organization. All other properties return with null values. To read all properties, use at least Organization.Read.All.
Usage
m365 entra organization list [options]
Description
Retrieve a list of organizations
Options
-p, --properties [properties]
Examples
Retrieve organizations
Retrieve specific info
m365 entra organization list --properties 'id,displayName,tenantType'
Default properties
Additional Info
https://learn.microsoft.com/en-us/graph/api/organization-list?view=graph-rest-1.0&tabs=http
I will work on it
The text was updated successfully, but these errors were encountered: