diff --git a/docs/sources/microsoft-365/msft-teams/example-api-responses/original/Users_beta.json b/docs/sources/microsoft-365/msft-teams/example-api-responses/original/Users_beta.json new file mode 100644 index 000000000..f58757ade --- /dev/null +++ b/docs/sources/microsoft-365/msft-teams/example-api-responses/original/Users_beta.json @@ -0,0 +1,53 @@ +{ + "@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users", + "@odata.count":7, + "value":[ + { + "businessPhones":[], + "displayName":"Conf Room Adams", + "givenName":null, + "jobTitle":null, + "mail":"Adams@contoso.com", + "identities":[ + { + "signInType":"userPrincipalName", + "issuer":"contoso.com", + "issuerAssignedId":"AdeleV_adatum.com#EXT#@cntoso.com" + } + ], + "mobilePhone":"234-567-0989", + "officeLocation":null, + "preferredLanguage":null, + "surname":"Smith", + "userPrincipalName":"Adams@contoso.com", + "id":"6ea91a8d-e32e-41a1-b7bd-d2d185eed0e0", + "signInActivity":{ + "lastSignInDateTime":"2021-06-17T16:41:33Z", + "lastSignInRequestId":"d4d31c40-4c36-4775-ad59-7d1e6a171f00", + "lastNonInteractiveSignInDateTime":"0001-01-01T00:00:00Z", + "lastNonInteractiveSignInRequestId":"" + } + }, + { + "businessPhones":[ + "425-555-0100" + ], + "displayName":"MOD Administrator", + "givenName":"MOD", + "jobTitle":null, + "mail":null, + "mobilePhone":"425-555-0101", + "officeLocation":null, + "preferredLanguage":"en-US", + "surname":"Administrator", + "userPrincipalName":"admin@contoso.com", + "id":"4562bcc8-c436-4f95-b7c0-4f8ce89dca5e", + "signInActivity":{ + "lastSignInDateTime":"2021-07-29T15:53:27Z", + "lastSignInRequestId":"f3149ee1-e347-4181-b45b-99a1f82b1c00", + "lastNonInteractiveSignInDateTime":"2021-07-29T17:53:42Z", + "lastNonInteractiveSignInRequestId":"868efa6a-b2e9-40e9-9b1c-0aaea5b50200" + } + } + ] +} diff --git a/docs/sources/microsoft-365/msft-teams/example-api-responses/original/Users_v1.0.json b/docs/sources/microsoft-365/msft-teams/example-api-responses/original/Users_v1.0.json new file mode 100644 index 000000000..5b8d247db --- /dev/null +++ b/docs/sources/microsoft-365/msft-teams/example-api-responses/original/Users_v1.0.json @@ -0,0 +1,53 @@ +{ + "@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users", + "@odata.count":7, + "value":[ + { + "businessPhones":[], + "displayName":"Conf Room Adams", + "givenName":null, + "jobTitle":null, + "mail":"Adams@contoso.com", + "identities":[ + { + "signInType":"userPrincipalName", + "issuer":"contoso.com", + "issuerAssignedId":"AdeleV_adatum.com#EXT#@cntoso.com" + } + ], + "mobilePhone":null, + "officeLocation":null, + "preferredLanguage":null, + "surname":null, + "userPrincipalName":"Adams@contoso.com", + "id":"6ea91a8d-e32e-41a1-b7bd-d2d185eed0e0", + "signInActivity":{ + "lastSignInDateTime":"2021-06-17T16:41:33Z", + "lastSignInRequestId":"d4d31c40-4c36-4775-ad59-7d1e6a171f00", + "lastNonInteractiveSignInDateTime":"0001-01-01T00:00:00Z", + "lastNonInteractiveSignInRequestId":"" + } + }, + { + "businessPhones":[ + "425-555-0100" + ], + "displayName":"MOD Administrator", + "givenName":"MOD", + "jobTitle":null, + "mail":null, + "mobilePhone":"425-555-0101", + "officeLocation":null, + "preferredLanguage":"en-US", + "surname":"Administrator", + "userPrincipalName":"admin@contoso.com", + "id":"4562bcc8-c436-4f95-b7c0-4f8ce89dca5e", + "signInActivity":{ + "lastSignInDateTime":"2021-07-29T15:53:27Z", + "lastSignInRequestId":"f3149ee1-e347-4181-b45b-99a1f82b1c00", + "lastNonInteractiveSignInDateTime":"2021-07-29T17:53:42Z", + "lastNonInteractiveSignInRequestId":"868efa6a-b2e9-40e9-9b1c-0aaea5b50200" + } + } + ] +} diff --git a/docs/sources/microsoft-365/msft-teams/example-api-responses/sanitized/Users_beta.json b/docs/sources/microsoft-365/msft-teams/example-api-responses/sanitized/Users_beta.json new file mode 100644 index 000000000..bc07b5c00 --- /dev/null +++ b/docs/sources/microsoft-365/msft-teams/example-api-responses/sanitized/Users_beta.json @@ -0,0 +1,18 @@ +{ + "@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users", + "@odata.count":7, + "value":[ + { + "jobTitle":null, + "officeLocation":null, + "preferredLanguage":null, + "id":"6ea91a8d-e32e-41a1-b7bd-d2d185eed0e0" + }, + { + "jobTitle":null, + "officeLocation":null, + "preferredLanguage":"en-US", + "id":"4562bcc8-c436-4f95-b7c0-4f8ce89dca5e" + } + ] +} diff --git a/docs/sources/microsoft-365/msft-teams/example-api-responses/sanitized/Users_v1.0.json b/docs/sources/microsoft-365/msft-teams/example-api-responses/sanitized/Users_v1.0.json new file mode 100644 index 000000000..bc07b5c00 --- /dev/null +++ b/docs/sources/microsoft-365/msft-teams/example-api-responses/sanitized/Users_v1.0.json @@ -0,0 +1,18 @@ +{ + "@odata.context":"https://graph.microsoft.com/v1.0/$metadata#users", + "@odata.count":7, + "value":[ + { + "jobTitle":null, + "officeLocation":null, + "preferredLanguage":null, + "id":"6ea91a8d-e32e-41a1-b7bd-d2d185eed0e0" + }, + { + "jobTitle":null, + "officeLocation":null, + "preferredLanguage":"en-US", + "id":"4562bcc8-c436-4f95-b7c0-4f8ce89dca5e" + } + ] +} diff --git a/docs/sources/microsoft-365/msft-teams/example-api-responses/sanitized_no-userIds/Users_beta.json b/docs/sources/microsoft-365/msft-teams/example-api-responses/sanitized_no-userIds/Users_beta.json new file mode 100644 index 000000000..3ace2f5e3 --- /dev/null +++ b/docs/sources/microsoft-365/msft-teams/example-api-responses/sanitized_no-userIds/Users_beta.json @@ -0,0 +1,16 @@ +{ + "value":[ + { + "jobTitle":null, + "officeLocation":null, + "preferredLanguage":null, + "id":"6ea91a8d-e32e-41a1-b7bd-d2d185eed0e0" + }, + { + "jobTitle":null, + "officeLocation":null, + "preferredLanguage":"en-US", + "id":"4562bcc8-c436-4f95-b7c0-4f8ce89dca5e" + } + ] +} diff --git a/docs/sources/microsoft-365/msft-teams/example-api-responses/sanitized_no-userIds/Users_v1.0.json b/docs/sources/microsoft-365/msft-teams/example-api-responses/sanitized_no-userIds/Users_v1.0.json new file mode 100644 index 000000000..3ace2f5e3 --- /dev/null +++ b/docs/sources/microsoft-365/msft-teams/example-api-responses/sanitized_no-userIds/Users_v1.0.json @@ -0,0 +1,16 @@ +{ + "value":[ + { + "jobTitle":null, + "officeLocation":null, + "preferredLanguage":null, + "id":"6ea91a8d-e32e-41a1-b7bd-d2d185eed0e0" + }, + { + "jobTitle":null, + "officeLocation":null, + "preferredLanguage":"en-US", + "id":"4562bcc8-c436-4f95-b7c0-4f8ce89dca5e" + } + ] +}