@Karen Adams ,
Yes a user is natively part of thier parent organization and they can be given permission on resources in other organizations. For example when you invite someone from other directory to collaborate with you on your SharePoint instance, you will see external Identity or a personal account created in your organisation but they are reference objects and whenever that user tres to logon to your shsarepoint instance , your Azure AD instance will redirect them to get a token/authenticate from whereever the user's account was locally created. The GET method will give you an output as below where the id
defines the organisation ID and the section details about the country , location , business phone quota and licenses available in the tenant/organization.
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#organization",
"value": [
{
"id": "xxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"deletedDateTime": null,
"businessPhones": [
"+919999999999"
],
"city": "Bangalore",
"country": null,
"countryLetterCode": "IN",
"createdDateTime": "2014-09-23T04:48:27Z",
"directorySizeQuota": {
"used": 849,
"total": 300000
},
Hope this helps. In case you have any other doubts feel free to let us know or create another query if it's not related with the current topic on this thread and we will surely help you with the same. If the information provided helps, please do accept the same as answer so that its helpful to other members of the community.
Thank you.