Anthropic Admin integration (AI). Imported from open-connector.
https://api.anthropic.com/v1/organizations/me
/v1/organizations/users
| Param | Type | Required | Description |
|---|---|---|---|
| before_id | string | optional | Return objects before this object identifier. |
| after_id | string | optional | Return objects after this object identifier. |
| limit | integer | optional | The maximum number of objects to return. |
/v1/organizations/workspaces
| Param | Type | Required | Description |
|---|---|---|---|
| before_id | string | optional | Return objects before this object identifier. |
| after_id | string | optional | Return objects after this object identifier. |
| limit | integer | optional | The maximum number of objects to return. |
/v1/organizations/api_keys
| Param | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | optional | Only return API keys belonging to this workspace. |
| before_id | string | optional | Return API keys before this API key identifier. |
| after_id | string | optional | Return API keys after this API key identifier. |
| limit | integer | optional | The maximum number of API keys to return. |
/v1/organizations/workspaces/{workspace_id}/members
| Param | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | required | The Anthropic workspace identifier. |
| before_id | string | optional | Return members before this member identifier. |
| after_id | string | optional | Return members after this member identifier. |
| limit | integer | optional | The maximum number of members to return. |
/v1/organizations/invites
| Param | Type | Required | Description |
|---|---|---|---|
| before_id | string | optional | Return objects before this object identifier. |
| after_id | string | optional | Return objects after this object identifier. |
| limit | integer | optional | The maximum number of objects to return. |