Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the team
The ID of the team membership (UserRole ID)
Body
application/json
The updated member data
New role for the member (editor or viewer)
Available options: 
editor, viewer Response
Successful Response
A member of a team (user or SSO group).
The unique identifier of this membership (UserRole ID)
Type of member - either a user or an SSO group
Available options: 
user, sso_group Email address for users, group name for SSO groups
The role this member has within the team context (editor or viewer)
Available options: 
editor, viewer When the member was added to the team

