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

Add user endpoints #95

Open
HonakerM opened this issue Mar 31, 2021 · 0 comments
Open

Add user endpoints #95

HonakerM opened this issue Mar 31, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@HonakerM
Copy link
Member

Add an end point to be able to list all users if you are a manager or above. The endpoint should be at api/users/. It should return either a json array of in the format:

[
    {
       'username': <username>,
       'full_name': <full name>,
       'user_id': <user id>
    }
    ...
]
@HonakerM HonakerM added the enhancement New feature or request label Mar 31, 2021
@HonakerM HonakerM added this to the Additional Features milestone Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants