pub async fn create_user_action_reason(
configuration: &Configuration,
user_action_reason_request: Option<UserActionReasonRequest>,
) -> Result<UserActionReasonResponse, Error<CreateUserActionReasonError>>
Expand description
Creates a user reason. This user action reason cannot be used when actioning a user until this call completes successfully. Anytime after that the user action reason can be used.