Skip to main content
GET
/
v1
/
team-members
Get team members
curl --request GET \
  --url https://app.ribbon.ai/be-api/v1/team-members \
  --header 'Authorization: Bearer <token>'
{
  "team_members": [
    {
      "id": "<string>",
      "email": null,
      "full_name": null
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.ribbon.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Provide your API key UUID in the 'Authorization' header prefixed with 'Bearer '. Example: 'Authorization: Bearer 123e4567-e89b-12d3-a456-426614174000'

Query Parameters

team_id
string | null

Filter team members by team ID. If not provided, returns team members for all teams in the organization.

Response

OK

team_members
object[]
required

A list of team members.