{ "name": "GetUserGroupMemberships", "fully_qualified_name": "BoxApi.GetUserGroupMemberships@0.1.0", "description": "Retrieve all groups a user belongs to.\n\nFetches all the groups associated with a specific user. This is accessible only to group members or users with admin-level permissions.", "toolkit": { "name": "ArcadeBoxApi", "description": null, "version": "0.1.0" }, "input": { "parameters": [ { "name": "user_identifier", "required": true, "description": "The ID of the user to retrieve group memberships for.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the user." }, "inferrable": true, "http_endpoint_parameter_name": "user_id" }, { "name": "max_items_per_page", "required": false, "description": "Maximum number of items to return per page. Set an integer value to limit the results displayed at once.", "value_schema": { "val_type": "integer", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The maximum number of items to return per page." }, "inferrable": true, "http_endpoint_parameter_name": "limit" }, { "name": "response_offset", "required": false, "description": "The starting point offset for the response items. Must be 10000 or less.", "value_schema": { "val_type": "integer", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The offset of the item at which to begin the response.\n\nQueries with offset parameter value\nexceeding 10000 will be rejected\nwith a 400 response." }, "inferrable": true, "http_endpoint_parameter_name": "offset" } ] }, "output": { "description": "Response from the API endpoint 'get_users_id_memberships'.", "available_modes": [ "value", "error", "null" ], "value_schema": { "val_type": "json", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": null } }, "requirements": { "authorization": { "provider_id": "arcade-box", "provider_type": "oauth2", "id": null, "oauth2": null }, "secrets": null, "metadata": null }, "deprecation_message": null, "metadata": { "object_type": "api_wrapper_tool", "version": "1.0.0", "description": "Tools that enable LLMs to interact directly with the box API." }, "http_endpoint": { "metadata": { "object_type": "http_endpoint", "version": "1.0.0", "description": "" }, "url": "https://api.box.com/2.0/users/{user_id}/memberships", "http_method": "GET", "headers": { "box-version": "2024.0" }, "parameters": [ { "name": "limit", "tool_parameter_name": "max_items_per_page", "description": "The maximum number of items to return per page.", "value_schema": { "val_type": "integer", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The maximum number of items to return per page." }, "accepted_as": "query", "required": false, "deprecated": false, "documentation_urls": [] }, { "name": "offset", "tool_parameter_name": "response_offset", "description": "The offset of the item at which to begin the response.\n\nQueries with offset parameter value\nexceeding 10000 will be rejected\nwith a 400 response.", "value_schema": { "val_type": "integer", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The offset of the item at which to begin the response.\n\nQueries with offset parameter value\nexceeding 10000 will be rejected\nwith a 400 response." }, "accepted_as": "query", "required": false, "deprecated": false, "documentation_urls": [] }, { "name": "user_id", "tool_parameter_name": "user_identifier", "description": "The ID of the user.", "value_schema": { "val_type": "string", "inner_val_type": null, "enum": null, "properties": null, "inner_properties": null, "description": "The ID of the user." }, "accepted_as": "path", "required": true, "deprecated": false, "documentation_urls": [] } ], "documentation_urls": [], "secrets": [ { "arcade_key": "auth_token", "parameter_name": "Authorization", "accepted_as": "header", "formatted_value": "Bearer {authorization}", "description": "The OAuth token to use for authentication.", "is_auth_token": true } ] } }