userErrors property

List<UserError>? userErrors
final

If the BatchSuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.

Implementation

final List<UserError>? userErrors;