enforceteammembership
description
parameters
{
"teamIDs":[ "<team id 1>","<team id 2>"],
"email":"<email of user>"
}
response
example
Last updated
{
"teamIDs":[ "<team id 1>","<team id 2>"],
"email":"<email of user>"
}
Last updated
POST /api/enforceteammembership
X-Auth-Token:<insert token here>
X-User-Id:<insert user id here>
{
"teamIDs":["<teamid1>", "<teamid2>"],
"email": "[email protected]"
}{
"status": "success",
}