users_get
Get detailed user profile including roles, permissions, and access settings by user ID. Verify user activity and check permissions.
Instructions
Get detailed information about a specific user by ID.
Retrieves complete information about a single user including roles, permissions, timezone, and access settings.
Workflow tips:
Use users/list to find user IDs first
Response includes role assignments and permissions
Cached for 10 minutes for better performance
Common use cases:
Get user details: { "id": 123 }
Check user permissions and role
Verify user active status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the user to retrieve |