---
title: Members API
description: "Use the AI Inbx members API. Browse endpoints, request parameters, response schemas, and code examples for your integration."
sidebar:
  label: Overview
---

{/* Generated by scripts/openapi.ts from the shared API contract. */}

Who is in the workspace, what each of them may do, and the invitations waiting to be accepted. Admin only.

## Endpoints

| Method | Operation | Path |
| --- | --- | --- |
| `GET` | [List members](/api/endpoints/members/list-members) | `/members` |
| `DELETE` | [Remove a member](/api/endpoints/members/remove-member) | `/members/{member_id}` |
| `PATCH` | [Update a member](/api/endpoints/members/update-member) | `/members/{member_id}` |
| `GET` | [List invitations](/api/endpoints/members/list-invitations) | `/invitations` |
| `POST` | [Invite someone](/api/endpoints/members/create-invitation) | `/invitations` |
| `DELETE` | [Cancel an invitation](/api/endpoints/members/cancel-invitation) | `/invitations/{invitation_id}` |

## Request essentials [#request-essentials]

Use `https://api.aiinbx.com/api/v2` as the base URL and send your API key in `Authorization: Bearer <key>`. Keep credentials on your server.

See [Authentication](/authentication) for scopes, [Conventions](/reference/conventions) for pagination and idempotency, and [Errors](/reference/errors) for recovery guidance. Each endpoint page includes its parameters, response schemas, and copyable curl, JavaScript, and Python examples.
