Get a user's access (groups + permissions)
get_user_accessRetrieve a user's group memberships and permissions in one call, resolving authorization checks and user management.
Instructions
Return the groups a user belongs to and the permissions granted to them, in one call. The user record itself is get_resource resource="user" (id "me" = the authenticated user).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User UUID. |