List grants for a user
GET/user/:id/grant
List all grants assigned to a user. Returns a paginated list of grants with role information.
Request
Responses
- 200
- 404
- 4XX
- 5XX
The list of grants for the user.
User not found.
Client error responses due to invalid input or missing parameters.
Server error responses indicating an issue on the API side.