Microsoft's Graph API /users not working with $select parameter
up vote
0
down vote
favorite
I have a personal outlook account, when fetching the information of the user (either with /me
or /users/{id}
endpoints) to the graph API I'm not able to get more than the default information sent by the endpoint.
Trying queries with the parameter $select
on the endpoint (https://graph.microsoft.com/v1.0/users/{id}/?$select=givenName
) will still return the exact same elements in the response, the same request works well in the graph explorer (https://developer.microsoft.com/en-us/graph/graph-explorer
) when using the example user, but fails when signing in with my own account. I've tried both v1 and beta versions of the graph API.
I understand that there are some limitations with personal accounts. Is there a way to obtain more data of the user (particularly email aliases)?
outlook microsoft-graph
add a comment |
up vote
0
down vote
favorite
I have a personal outlook account, when fetching the information of the user (either with /me
or /users/{id}
endpoints) to the graph API I'm not able to get more than the default information sent by the endpoint.
Trying queries with the parameter $select
on the endpoint (https://graph.microsoft.com/v1.0/users/{id}/?$select=givenName
) will still return the exact same elements in the response, the same request works well in the graph explorer (https://developer.microsoft.com/en-us/graph/graph-explorer
) when using the example user, but fails when signing in with my own account. I've tried both v1 and beta versions of the graph API.
I understand that there are some limitations with personal accounts. Is there a way to obtain more data of the user (particularly email aliases)?
outlook microsoft-graph
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a personal outlook account, when fetching the information of the user (either with /me
or /users/{id}
endpoints) to the graph API I'm not able to get more than the default information sent by the endpoint.
Trying queries with the parameter $select
on the endpoint (https://graph.microsoft.com/v1.0/users/{id}/?$select=givenName
) will still return the exact same elements in the response, the same request works well in the graph explorer (https://developer.microsoft.com/en-us/graph/graph-explorer
) when using the example user, but fails when signing in with my own account. I've tried both v1 and beta versions of the graph API.
I understand that there are some limitations with personal accounts. Is there a way to obtain more data of the user (particularly email aliases)?
outlook microsoft-graph
I have a personal outlook account, when fetching the information of the user (either with /me
or /users/{id}
endpoints) to the graph API I'm not able to get more than the default information sent by the endpoint.
Trying queries with the parameter $select
on the endpoint (https://graph.microsoft.com/v1.0/users/{id}/?$select=givenName
) will still return the exact same elements in the response, the same request works well in the graph explorer (https://developer.microsoft.com/en-us/graph/graph-explorer
) when using the example user, but fails when signing in with my own account. I've tried both v1 and beta versions of the graph API.
I understand that there are some limitations with personal accounts. Is there a way to obtain more data of the user (particularly email aliases)?
outlook microsoft-graph
outlook microsoft-graph
asked 23 mins ago
angrykoala
6901925
6901925
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53416048%2fmicrosofts-graph-api-users-not-working-with-select-parameter%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown