| Name | Type | Description | Notes |
|---|
| user_id | int | User ID to add | |
fromrevengai.models.add_team_member_input_bodyimportAddTeamMemberInputBody# TODO update the JSON string belowjson="{}"# create an instance of AddTeamMemberInputBody from a JSON stringadd_team_member_input_body_instance=AddTeamMemberInputBody.from_json(json)
# print the JSON string representation of the objectprint(AddTeamMemberInputBody.to_json())
# convert the object into a dictadd_team_member_input_body_dict=add_team_member_input_body_instance.to_dict()
# create an instance of AddTeamMemberInputBody from a dictadd_team_member_input_body_from_dict=AddTeamMemberInputBody.from_dict(add_team_member_input_body_dict)[Back to Model list][Back to API list][Back to README]