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

feat: add a new REST API ('/v5-5/assignments/users/{username}') to Pe… #1504

Merged

Conversation

drewwills
Copy link
Contributor

@drewwills drewwills commented Jan 24, 2019

…rmissionsRESTController that returns permissions assignments based on a username

Checklist
Description of change

This API is a more sensible way for non-uPortal clients to obtain information about uPortal permissions assignments.

The existing API is /assignments/principal/{principal}.json, which expects you to know the principal string of the user or group you're interested in. (A principal string is a dot-separated concatenation that contains an internal datanase id.)

…rmissionsRESTController that returns permissions assignments based on a username
@ChristianMurphy ChristianMurphy added this to the 5.5.0 milestone Jan 30, 2019
@ChristianMurphy ChristianMurphy added the enhancement Improvement label Jan 30, 2019
@drewwills
Copy link
Contributor Author

Some changes applied. I plan to merge this one when the CI finishes.

@drewwills drewwills merged commit fcfcbda into uPortal-Project:master Feb 14, 2019
@drewwills drewwills deleted the assignments-by-username-api branch February 14, 2019 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants