pub async fn create_user_action_reason_with_id(
configuration: &Configuration,
user_action_reason_id: &str,
user_action_reason_request: Option<UserActionReasonRequest>
) -> Result<UserActionReasonResponse, Error<CreateUserActionReasonWithIdError>>
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.