cURL
curl --request GET \ --url https://api.shiftkeeper.io/teams/{team_id}/members/{user_id} \ --header 'x-api-key: <api-key>'
{ "error": { "code": "not_found", "status": 404, "message": "The requested resource was not found" } }
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