Home
Microsoft Office 365
Microsoft Office 365 Getsignedinuser Example
Microsoft Office 365 Getsignedinuser Example
Cloud Collaboration Enterprise Microsoft Productivity
Microsoft Office 365 Getsignedinuser Example is an example object payload from Microsoft Office 365, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "getSignedInUser",
"method": "GET",
"path": "/me",
"summary": "Microsoft Office 365 Get Signed-in User",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "Getsignedinuser200Example",
"example": {
"id": "abc123",
"displayName": "example_value",
"givenName": "example_value",
"surname": "example_value",
"mail": "example_value",
"userPrincipalName": "example_value",
"jobTitle": "example_value",
"department": "example_value",
"officeLocation": "example_value",
"companyName": "example_value",
"businessPhones": [
"example_value"
],
"mobilePhone": "example_value",
"streetAddress": "example_value",
"city": "example_value",
"state": "example_value",
"postalCode": "example_value",
"country": "example_value",
"preferredLanguage": "example_value",
"accountEnabled": true,
"createdDateTime": "2026-01-15T10:30:00Z",
"lastSignInDateTime": "2026-01-15T10:30:00Z",
"usageLocation": "example_value",
"passwordProfile": {
"forceChangePasswordNextSignIn": true,
"forceChangePasswordNextSignInWithMfa": true,
"password": "example_value"
},
"identities": [
{
"signInType": "example_value",
"issuer": "example_value",
"issuerAssignedId": "500123"
}
],
"assignedLicenses": [
{
"disabledPlans": {},
"skuId": "500123"
}
],
"manager": {
"@odata.type": "example_value",
"id": "abc123",
"displayName": "example_value"
},
"memberOf": [
{
"@odata.type": "example_value",
"id": "abc123",
"displayName": "example_value"
}
]
}
}
]
}