Python
Create an appeal
Submit an appeal for a suspended user
appeal = client.create_an_appeal(
"usr_123",
text="Please review this decision.",
)user_id is positional and must be the Insion user ID, not your application's client_id. text is required and is passed as a keyword argument. Appeals must be enabled for the organization. The method returns CreateAppealResponse.