Skip to content

Add user endpoints #95

@HonakerM

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

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