Create a team membership
POST {{WEBEXAPI}}/team/memberships
Add someone to a team by Person ID or email address; optionally making them a moderator.
https://developer.webex.com/endpoint-teammemberships-post.html
Request Body
{"teamId"=>"{{_team}}", "personEmail"=>"steve.sfartz@gmail.com", "isModerator"=>"false"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string |