{ "opencollection": "1.0.0", "info": { "name": "Anthropic Admin Agents Organization Members API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Organization Members", "type": "folder" }, "items": [ { "info": { "name": "Anthropic List Organization Members", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/organizations/users", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of items to return per page. Defaults to 20. Ranges from 1 to 1000." }, { "name": "before_id", "value": "", "type": "query", "description": "ID of the object to use as a cursor for pagination. Returns the page of results immediately before this object." }, { "name": "after_id", "value": "", "type": "query", "description": "ID of the object to use as a cursor for pagination. Returns the page of results immediately after this object." }, { "name": "email", "value": "", "type": "query", "description": "Filter by user email" } ] }, "docs": "Retrieves a paginated list of users associated with the organization." }, { "info": { "name": "Anthropic Get Organization Member", "type": "http" }, "http": { "method": "GET", "url": "https://api.anthropic.com/v1/organizations/users/:user_id", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "user_id", "value": "user_01WCz1FkmYMm4gnmykNKUu3Q", "type": "path", "description": "Unique identifier for the user" } ] }, "docs": "Retrieves detailed information about a specific user within an organization." }, { "info": { "name": "Anthropic Update Organization Member", "type": "http" }, "http": { "method": "POST", "url": "https://api.anthropic.com/v1/organizations/users/:user_id", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "user_id", "value": "user_01WCz1FkmYMm4gnmykNKUu3Q", "type": "path", "description": "Unique identifier for the user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates user information for a specific user within an organization." }, { "info": { "name": "Anthropic Remove Organization Member", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.anthropic.com/v1/organizations/users/:user_id", "headers": [ { "name": "anthropic-version", "value": "" } ], "params": [ { "name": "user_id", "value": "user_01WCz1FkmYMm4gnmykNKUu3Q", "type": "path", "description": "Unique identifier for the user" } ] }, "docs": "Removes a specific user from an organization." } ] } ], "bundled": true }