Associate User To Team
Associate a user to a team
Method: PUT
Endpoint:Â
/omni/teams/{team_id}/users
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
{
"user_id": <integer>
}
Associate a user to a team
Method: PUT
Endpoint:Â /omni/teams/{team_id}/users
System Authorization: Authorization: Key=your-auth-key
User Authentication: tokenKey: {token}
{
"user_id": <integer>
}