GET
/
teams
/
{team_id}
/
members
/
{user_id}
curl --request GET \
  --url https://api.shiftkeeper.io/teams/{team_id}/members/{user_id} \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Enter your API key which starts with 'keeper_'

Path Parameters

team_id
string
required

The ID of the team.

Example:

"tea_VJ4sYEOOXVvJBXqFjRzpm"

user_id
string
required

The ID of the user.

Response

204
_mintlify/placeholder

User is a member of the team