Skip to main content

Get Team Members

GET 

/api/teams/:TEAM_SLUG/members

This endpoint retrieves the list of team members based on the provided API key and team slug.

Request

Path Parameters

    TEAM_SLUG stringrequired

    The slug of the team.

Header Parameters

    x-api-key stringrequired

    API key to authorize the request.

Responses

Successfully retrieved team members.

Schema

    data

    object[]

  • Array [

  • id string

    The ID of the team member.

    name string

    The name of the team member.

    email string

    The email of the team member.

  • ]

Loading...