Discussion

Ask a Question
Back to All

Not able to Update TeamMembers

URL:https://.tpondemand.com/api/v1/TeamMembers

data = {
"User": {"Id": user_id},
"Team": {"Id": team_id}
}
I am sending this data to update the team members of the team, but its members are not updating.