Actions
Patch #13948
closedREST API should return user.status
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Currently, the REST API /users [1] does not return the status of the requested user.
As I needed this information, I made a tiny modification to show.api.rsb
.
Find attached a patch which returns the user.status to the caller, iff the caller is either an admin user or the user who is being returned.
Files
Actions