crm_get_user_details
Fetch detailed user metadata including roles, profiles, and permissions. Use for permission audits after locating the user ID.
Instructions
Get detailed metadata for a specific user including roles, profiles, and permissions
Prerequisites: Use crm_get_all_users to identify target user_id Next Steps: Use crm_get_role_details for user's role analysis → crm_get_all_profiles for profile permissions → crm_update_user for modifications Common Pattern: User identification → Detailed user analysis → Permission audit → User configuration changes Error Recovery: If user_id not found, refresh with crm_get_all_users → verify user still active → check access to user data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ID of the user |