Rod Simpson created USERGRID-79:
-----------------------------------
Summary: login call does not return all the user's data, but it
should
Key: USERGRID-79
URL: https://issues.apache.org/jira/browse/USERGRID-79
Project: Usergrid
Issue Type: Story
Components: Stack
Reporter: Rod Simpson
So when I hit the endpoint to log in an app user:
curl -X GET
"http://ug-developer-testing.elasticbeanstalk.com/Apigee/MessageeApp/token?username=moab&password=test1test&grant_type=password"
it gives back only a subset of the user's data. I think it would be useful if
all the user data was returned. Can we do this?
Use case would be that I wouldn't want to have to make 2 calls to the API every
time someone logs in. For example, the name field is not returned, which may
be useful for many apps.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)