enforceteammembership

description

enforces that a user has ONLY the specified team membership

Note: the user making this callust have organization or team admin rights to be able to add users to a team

parameters

The X-Auth-Token and X-User-Id are derived from the values authToken and userId returned from the login endpoint and are used in the HTTP header.

{

"teamIDs":[ "<team id 1>","<team id 2>"],
"email":"<email of user>"

}





response

Returns the status of the request

example

You should get back:


Last updated