InsionInsion
Go

Create an appeal

Submit an appeal for a suspended user

response, err := client.CreateAnAppeal(ctx, &sdk.PostAPIV1UsersUserIDCreateAppealRequest{
  UserID: "usr_123", Text: "Please review this decision.",
})

CreateAnAppeal(context.Context, *sdk.PostAPIV1UsersUserIDCreateAppealRequest, ...option.RequestOption) requires the Insion UserID and appeal Text. Appeals must be enabled for the organization; the response contains the appeal data.

Parameters and result

FieldRequiredDescription
UserIDYesInsion ID of the suspended user.
TextYesAppeal message for review.

Use the ID returned from user ingestion, listing, or retrieval not your application ClientID. Save the resulting appeal data if you need to connect it to a support workflow. The call fails when appeals are not enabled for the organization.

On this page