cURL
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.
Check if a user is a member of a team. A 204 response indicates that the user is a member of the team.
204
Enter your API key which starts with 'keeper_'
The ID of the team.
"tea_VJ4sYEOOXVvJBXqFjRzpm"
The ID of the user.
User is a member of the team