Skip to content

Add user endpoints #95

Description

@HonakerM

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>
    }
    ...
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions