Get User by ID
GET/v1/api/iam/users/:id
Retrieves a specific user by their ID.
Auth Required
Required Permissions:
system.users:read("System Users")
Request
Responses
- 200
- 401
- 403
- 404
- 500
User retrieved successfully
Unauthorized. User is not authenticated or session is invalid.
Forbidden. User does not have the required permissions.
Resource not found
Internal Server Error