# Get user group access status Retrieve current group access information for a specific user, including all groups the user has access to and whether they have mentor management permissions. Endpoint: GET /api/core/rbac/user-group-access/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `platform_key` (string, required) Platform key where the groups exist - `user_id` (integer, required) ID of the user to check group access for ## Response 200 fields (application/json): - `policy_id` (integer, required) Policy ID - `policy_name` (string, required) Policy name - `groups_with_access` (array, required) Groups with access - `groups_with_access.id` (integer, required) Group ID - `groups_with_access.name` (string, required) Group name - `groups_with_access.description` (string, required) Group description - `groups_with_access.permissions` (array, required) List of permissions user has for this group (e.g., ['read', 'manageMentors']) ## Response 400 fields ## Response 404 fields ## Response 500 fields