Description | : Gets the details for the currently logged-in user. |
Reference | : Link ¶ |
⚼ Request
GET:
/{tenantID}/me
{
api-version:
string
,
tenantID:
string
,
}
⚐ Response (200)
{
immutableId:
string
,
usageLocation:
string
,
givenName:
string
,
surname:
string
,
userType:
enum
,
accountEnabled:
boolean
,
displayName:
string
,
userPrincipalName:
string
,
mailNickname:
string
,
mail:
string
,
signInNames:
}
[
]
,
{
,
type:
string
,
value:
string
,
}
⚐ Response (default)
{
odata.error:
}
{
,
code:
string
,
message:
}
{
,
value:
string
,
}