Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API/OpenDP: Retrieve User Information #7307

Closed
raprasad opened this issue Oct 7, 2020 · 1 comment · Fixed by #7345
Closed

API/OpenDP: Retrieve User Information #7307

raprasad opened this issue Oct 7, 2020 · 1 comment · Fixed by #7345

Comments

@raprasad
Copy link
Contributor

raprasad commented Oct 7, 2020

API: Retrieve User Information

  • Via a user’s apiToken, retrieve the user’s data
  • Output may be the same as the existing “List Single User” API endpoint in the Dataverse Native API:
    {
     "authenticationProviderId": "builtin",
     "persistentUserId": "dataverseAdmin",
     "position": "Admin",
     "id": 1,
     "identifier": "@dataverseAdmin",
     "displayName": "Dataverse Admin",
     "firstName": "Dataverse",
     "lastName": "Admin",
     "email": "dataverse@mailinator.com",
     "superuser": true,
     "affiliation": "Dataverse.org"
    }
  • Or a subset of these fields: persistentUserId, firstName, lastName, email

Note: I am separating this out from #7158:

@djbrooke
Copy link
Contributor

@raprasad thanks for your patience, I just had the time to catch up with @scolapasta about this. I think this all sounds good, and thanks for highlighting the four fields you need. I'll move to Up Next so we can get this into a near-term release of Dataverse.

@djbrooke djbrooke added the Small label Oct 14, 2020
@sekmiller sekmiller self-assigned this Oct 21, 2020
@sekmiller sekmiller removed their assignment Oct 21, 2020
sekmiller added a commit that referenced this issue Oct 26, 2020
sekmiller added a commit that referenced this issue Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants