suspend property

bool? suspend
getter/setter pair

true if the user can suspend a user via PUT /admin/suspend/{userId}, false otherwise.

Defaults to false.

Implementation

bool? suspend;