Project

General

Profile

Actions

Feature #27430

closed

Allow /users endpoint to return current user

Added by Jeremy Lenz almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Difficulty:
easy
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

Currently the Foreman API doesn't have a way to request the current user. Doing some UI work in Katello, we would like this ability so that we can avoid showing buttons, etc. for actions the user doesn't have permission to do.

The User model would need only one small change to the scoped_search setup. After this change, you can do

`GET api/v2/users?search=id=current`

and the API would return the currently logged-in user.

Actions

Also available in: Atom PDF