Get a user's access (groups + permissions)
get_user_accessRetrieve all groups and permissions for a user with a single API call.
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. |