cURL
curl --request PUT \ --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" } }
Add a user to a team.
Enter your API key which starts with 'keeper_'
The ID of the team.
"tea_VJ4sYEOOXVvJBXqFjRzpm"
The ID of the user.
Team member added successfully